AURCache Stack: fix remove old network config

This commit is contained in:
Aroy-Art 2025-05-30 15:33:04 +02:00
parent 13cf3955b4
commit 99713f2363
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -23,8 +23,6 @@ services:
- DB_PWD=${DB_PASSWORD:-password}
- DB_HOST=dbhost
- CPU_LIMIT=${CPU_LIMIT:-0}
networks:
aurcache_network:
restart: unless-stopped
database:
@ -36,10 +34,6 @@ services:
- POSTGRES_USER=aurcache
restart: unless-stopped
networks:
aurcache_network:
default:
aliases:
- "dbhost"
networks:
aurcache_network:
driver: bridge