2019-09-18 02:21:30 +02:00
|
|
|
version: "2"
|
2017-04-09 19:38:19 +02:00
|
|
|
|
|
|
|
services:
|
|
|
|
magneticod:
|
2019-11-14 12:52:37 +01:00
|
|
|
image: boramalper/magneticod
|
2017-04-09 19:38:19 +02:00
|
|
|
volumes:
|
2020-02-21 12:39:35 +01:00
|
|
|
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
|
|
|
|
- ${MAGNETICOD_CONFIG}:/root/.config/magneticod
|
2020-02-21 10:10:46 +01:00
|
|
|
network_mode: "host"
|
2017-04-09 19:38:19 +02:00
|
|
|
|
|
|
|
magneticow:
|
2019-11-14 12:52:37 +01:00
|
|
|
image: boramalper/magneticow
|
2017-04-09 19:38:19 +02:00
|
|
|
volumes:
|
2020-02-21 12:39:35 +01:00
|
|
|
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
|
|
|
|
- ${MAGNETICOW_CONFIG}:/root/.config/magneticod
|
2019-05-19 02:27:10 +02:00
|
|
|
depends_on:
|
|
|
|
# It doesn't necessarily "depend" on magneticod, but you would probably like to start them at the same time.
|
|
|
|
- magneticod
|
2017-04-09 19:38:19 +02:00
|
|
|
ports:
|
2019-05-19 02:27:10 +02:00
|
|
|
- "8080:8080"
|
2019-09-18 02:21:30 +02:00
|
|
|
|
|
|
|
volumes:
|
|
|
|
magneticod-config:
|
|
|
|
|
|
|
|
magneticod-data:
|