mirror of
https://github.com/Dvorinka/bizoni.git
synced 2026-06-03 18:22:57 +00:00
update
This commit is contained in:
+5
-2
@@ -2,9 +2,12 @@ services:
|
||||
app:
|
||||
build: ./backend
|
||||
container_name: bizoni-app
|
||||
environment:
|
||||
- STATIC_PATH=/app/site
|
||||
- PORT=8080
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./:/app/site:ro
|
||||
- ./:/app/site
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user