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
|
name: AURCache-Stack
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
ipam:
|
||||||
|
driver: default
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
image: ghcr.io/lukas-heiligenbrunner/aurcache:v0.3.1
|
image: ghcr.io/lukas-heiligenbrunner/aurcache:v0.3.1
|
||||||
|
@ -15,8 +20,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:
|
||||||
|
@ -28,10 +31,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