AURCache Stack: update stack network config
This commit is contained in:
parent
df8746063e
commit
c5959e1d80
1 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue