mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
revert 2d35928e4a3bbb06294e0c659f6fa851b7aa675a
revert readd networks
This commit is contained in:
parent
8a37ff2718
commit
c14acdabe8
1 changed files with 0 additions and 10 deletions
|
@ -14,8 +14,6 @@ services:
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
image: mariadb
|
image: mariadb
|
||||||
networks:
|
|
||||||
- catask
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./schema.sql:/docker-entrypoint-initdb.d/1.sql
|
- ./schema.sql:/docker-entrypoint-initdb.d/1.sql
|
||||||
|
@ -27,8 +25,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
networks:
|
|
||||||
- catask
|
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -39,11 +35,5 @@ services:
|
||||||
source: ./.env
|
source: ./.env
|
||||||
target: /catask/.env
|
target: /catask/.env
|
||||||
|
|
||||||
networks:
|
|
||||||
catask:
|
|
||||||
driver: bridge
|
|
||||||
driver_opts:
|
|
||||||
com.docker.network.bridge.host_binding_ipv4: "127.0.0.1"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db-data:
|
db-data:
|
Loading…
Add table
Reference in a new issue