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:
|
||||
aurcache:
|
||||
main:
|
||||
image: ghcr.io/lukas-heiligenbrunner/aurcache:latest
|
||||
ports:
|
||||
- "${REPO_PORT:-8080}:8080" # Repository
|
||||
|
@ -16,7 +18,7 @@ services:
|
|||
aurcache_network:
|
||||
restart: unless-stopped
|
||||
|
||||
aurcache_database:
|
||||
database:
|
||||
image: postgres:16
|
||||
volumes:
|
||||
- ${DB_PATH:-./aurcache/db}:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Reference in a new issue