update phoenixd container name to prevent potential conflicts

This commit is contained in:
Michael Bumann 2024-06-29 19:20:53 +03:00 committed by GitHub
parent 7c9b95f1e2
commit 44c1edc847
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,18 +8,18 @@ services:
ports:
- "8080:8080"
links:
- "phoenixd:phoenixd"
- "albyhub-phoenixd:albyhub-phoenixd"
environment:
- PHOENIXD_AUTHORIZATION=dcf0cf3501c04f97890e3bb3204f94f60d6b99d270cc8c40dfd390cced2f3c11
- PHOENIXD_ADDRESS=http://phoenixd:9740
- PHOENIXD_ADDRESS=http://albyhub-phoenixd:9740
- WORK_DIR=/data/albyhub
- LN_BACKEND_TYPE=PHOENIX
- LOG_EVENTS=true
phoenixd:
albyhub-phoenixd:
platform: linux/amd64
image: ghcr.io/sethforprivacy/phoenixd:latest
container_name: phoenixd
container_name: albyhub-phoenixd
volumes:
- ./albyhub-phoenixd:/data
environment: