Initial commit
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
dashboard:
|
||||
build: ./app
|
||||
container_name: custom_dashboard
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- ./app/static/uploads:/app/static/uploads
|
||||
- data:/data
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
|
||||
volumes:
|
||||
data: {}
|
||||
Reference in New Issue
Block a user