AURCache Stack: update container names & add stack name
This commit is contained in:
parent
b3c5fef880
commit
c7bd554d01
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
|
name: AURCache-Stack
|
||||||
|
|
||||||
services:
|
services:
|
||||||
aurcache:
|
main:
|
||||||
image: ghcr.io/lukas-heiligenbrunner/aurcache:latest
|
image: ghcr.io/lukas-heiligenbrunner/aurcache:latest
|
||||||
ports:
|
ports:
|
||||||
- "${REPO_PORT:-8080}:8080" # Repository
|
- "${REPO_PORT:-8080}:8080" # Repository
|
||||||
|
@ -16,7 +18,7 @@ services:
|
||||||
aurcache_network:
|
aurcache_network:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
aurcache_database:
|
database:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_PATH:-./aurcache/db}:/var/lib/postgresql/data
|
- ${DB_PATH:-./aurcache/db}:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Add table
Reference in a new issue