This commit is contained in:
Tomas Dvorak
2025-09-08 17:13:01 +02:00
parent 0e70f4e36b
commit 91947a53b5
3 changed files with 26 additions and 17 deletions
+4 -14
View File
@@ -1,20 +1,10 @@
services:
backend:
app:
build: ./backend
container_name: bizoni-backend
container_name: bizoni-app
ports:
- "8080:8080"
- "80:80"
volumes:
- ./data:/app/data
restart: unless-stopped
web:
image: nginx:1.27-alpine
container_name: bizoni-web
depends_on:
- backend
ports:
- "8088:80"
volumes:
- ./:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./:/app/site:ro
restart: unless-stopped