mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
expose port 8000 in docker compose
This commit is contained in:
parent
944bb58bb3
commit
6f430a885b
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ services:
|
|||
entrypoint: |
|
||||
flask init-db
|
||||
gunicorn -w 4 app:app
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- catask-data:/catask/config.json
|
||||
- catask-data:/catask/.env
|
||||
|
|
Loading…
Add table
Reference in a new issue