AURCache Stack: update container names & add stack name

This commit is contained in:
Aroy-Art 2025-03-06 19:36:02 +01:00
parent b3c5fef880
commit c7bd554d01
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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