docker time
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
services:
|
||||
app:
|
||||
image: bellscheduler:latest
|
||||
restart: always
|
||||
environment:
|
||||
- SQLITE_DB=database.db
|
||||
volumes:
|
||||
- ./database.db:/app/database.db
|
||||
ports:
|
||||
- 127.0.0.1:5000:5000
|
Reference in New Issue
Block a user