mirror of
https://github.com/Dvorinka/bizoni.git
synced 2026-06-03 18:22:57 +00:00
11 lines
186 B
YAML
11 lines
186 B
YAML
services:
|
|
app:
|
|
build: ./backend
|
|
container_name: bizoni-app
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ./:/app/site:ro
|
|
restart: unless-stopped
|