mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -05:00
remove ipam config
This commit is contained in:
parent
70e867c978
commit
e783ef3380
1 changed files with 1 additions and 5 deletions
|
@ -29,8 +29,7 @@ services:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
networks:
|
networks:
|
||||||
catask:
|
- catask
|
||||||
ipv4_address: 127.0.0.1
|
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -39,9 +38,6 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
catask:
|
catask:
|
||||||
ipam:
|
|
||||||
config:
|
|
||||||
- subnet: 255.0.0.0/24
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db-data:
|
db-data:
|
Loading…
Add table
Reference in a new issue