feat: docker deployments

This commit is contained in:
taskylizard 2025-05-19 23:13:03 +00:00
parent b58ec2778f
commit 4e83c31e9f
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
4 changed files with 61 additions and 1 deletions

15
docker-compose.yaml Normal file
View file

@ -0,0 +1,15 @@
services:
docs:
networks: [fmhy]
build:
context: .
dockerfile: Dockerfile
image: fmhy-docs
container_name: docs
restart: unless-stopped
ports:
- '4173:4173'
networks:
fmhy: