Initial commit
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
votify:
|
||||
build: .
|
||||
container_name: votify-web
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
- PASSWORD=test # Remove or leave empty to disable auth
|
||||
volumes:
|
||||
- ./downloads:/downloads
|
||||
- ./config:/config
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user