Use container names

This commit is contained in:
Claudio Ortolina
2026-04-02 13:23:06 +01:00
parent a390a992cc
commit fb6e657214
+2
View File
@@ -6,6 +6,7 @@ services:
- FLUXON_KEY_FINGERPRINT - FLUXON_KEY_FINGERPRINT
- FLUXON_LICENSE_KEY - FLUXON_LICENSE_KEY
image: fullyforged/music_library:latest image: fullyforged/music_library:latest
container_name: web
init: true init: true
ports: ports:
- 8080 - 8080
@@ -35,6 +36,7 @@ services:
retries: 10 retries: 10
backup: backup:
image: litestream/litestream image: litestream/litestream
container_name: backup
user: "0" user: "0"
configs: configs:
- source: litestream - source: litestream