Neu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user