This commit is contained in:
2026-02-09 20:44:14 +00:00
parent 771bf369ea
commit d2f25d15ed
5 changed files with 36 additions and 2 deletions

View File

@@ -6,4 +6,13 @@ services:
ports:
- "127.0.0.1:8080:80"
volumes:
- ./site:/usr/share/nginx/html:ro
- ./frontend/public:/usr/share/nginx/html:ro
backend:
build: ./backend
container_name: wedding-backend
restart: unless-stopped
ports:
- "127.0.0.1:5000:5000"
volumes:
- ./data/uploads:/app/uploads