remove depends in docker-compose
This commit is contained in:
parent
04818c5bea
commit
3a99ce5e02
@ -2,7 +2,7 @@ version: "2"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
magneticod:
|
magneticod:
|
||||||
image: boramalper/magneticod
|
image: boramalper/magneticod:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
|
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
|
||||||
- ${MAGNETICOD_CONFIG}:/root/.config/magneticod
|
- ${MAGNETICOD_CONFIG}:/root/.config/magneticod
|
||||||
@ -11,12 +11,9 @@ services:
|
|||||||
- "--indexer-addr=0.0.0.0:1212"
|
- "--indexer-addr=0.0.0.0:1212"
|
||||||
|
|
||||||
magneticow:
|
magneticow:
|
||||||
image: boramalper/magneticow
|
image: boramalper/magneticow:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
|
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
|
||||||
- ${MAGNETICOW_CONFIG}:/root/.config/magneticow
|
- ${MAGNETICOW_CONFIG}:/root/.config/magneticow
|
||||||
depends_on:
|
|
||||||
# It doesn't necessarily "depend" on magneticod, but you would probably like to start them at the same time.
|
|
||||||
- magneticod
|
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
Loading…
Reference in New Issue
Block a user