change into its own docker

This commit is contained in:
goro 2026-01-25 13:35:13 +07:00
parent cc3fa85a4f
commit 840d773759

View File

@ -4,21 +4,8 @@ services:
app:
build: .
restart: unless-stopped
networks:
- app-network
nginx:
image: nginx:alpine
ports:
- "80:80"
- "443:443"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- /etc/letsencrypt:/etc/letsencrypt:ro
- /var/www/certbot:/var/www/certbot:ro
depends_on:
- app
restart: unless-stopped
- "3001:80"
networks:
- app-network