mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
readd networks (again)
This commit is contained in:
parent
7727c6eeb2
commit
66e1354dd7
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,8 @@ services:
|
|||
timeout: 5s
|
||||
retries: 3
|
||||
image: mariadb
|
||||
networks:
|
||||
- catask
|
||||
restart: always
|
||||
volumes:
|
||||
- ./schema.sql:/docker-entrypoint-initdb.d/1.sql
|
||||
|
@ -25,11 +27,16 @@ services:
|
|||
depends_on:
|
||||
mariadb:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- catask
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./config.json:/catask/config.json
|
||||
- ./.env:/catask/.env
|
||||
|
||||
networks:
|
||||
catask:
|
||||
|
||||
volumes:
|
||||
db-data:
|
Loading…
Add table
Reference in a new issue