Use container names
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user