mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
update phoenixd container name to prevent potential conflicts
This commit is contained in:
parent
7c9b95f1e2
commit
44c1edc847
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue