AURCache Stack: fix remove old network config
This commit is contained in:
parent
13cf3955b4
commit
99713f2363
1 changed files with 1 additions and 7 deletions
|
@ -23,8 +23,6 @@ services:
|
||||||
- DB_PWD=${DB_PASSWORD:-password}
|
- DB_PWD=${DB_PASSWORD:-password}
|
||||||
- DB_HOST=dbhost
|
- DB_HOST=dbhost
|
||||||
- CPU_LIMIT=${CPU_LIMIT:-0}
|
- CPU_LIMIT=${CPU_LIMIT:-0}
|
||||||
networks:
|
|
||||||
aurcache_network:
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
database:
|
database:
|
||||||
|
@ -36,10 +34,6 @@ services:
|
||||||
- POSTGRES_USER=aurcache
|
- POSTGRES_USER=aurcache
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
aurcache_network:
|
default:
|
||||||
aliases:
|
aliases:
|
||||||
- "dbhost"
|
- "dbhost"
|
||||||
|
|
||||||
networks:
|
|
||||||
aurcache_network:
|
|
||||||
driver: bridge
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue