AURCache Stack: update stack network config

This commit is contained in:
Aroy-Art 2025-08-16 17:37:44 +02:00
parent df8746063e
commit c5959e1d80
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -1,5 +1,10 @@
name: AURCache-Stack
networks:
default:
ipam:
driver: default
services:
main:
image: ghcr.io/lukas-heiligenbrunner/aurcache:v0.3.1
@ -15,8 +20,6 @@ services:
- DB_PWD=${DB_PASSWORD:-password}
- DB_HOST=dbhost
- CPU_LIMIT=${CPU_LIMIT:-0}
networks:
aurcache_network:
restart: unless-stopped
database:
@ -28,10 +31,6 @@ services:
- POSTGRES_USER=aurcache
restart: unless-stopped
networks:
aurcache_network:
default:
aliases:
- "dbhost"
networks:
aurcache_network:
driver: bridge