mirror of
https://github.com/Dvorinka/bizoni.git
synced 2026-06-03 18:22:57 +00:00
efe
This commit is contained in:
+4
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user