This commit is contained in:
2025-10-23 19:08:19 +07:00
parent f1cc5cab98
commit 642603ffee
4 changed files with 61 additions and 3 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
version: "3.8"
services:
web:
build:
context: ./web
dockerfile: Dockerfile
image: my-svelte-web:latest
container_name: web_static
ports:
- "10210:80"
volumes:
- caddy_data:/data
- caddy_config:/config
restart: unless-stopped
volumes:
caddy_data:
caddy_config: