magnetico/docker-compose.yml

20 lines
488 B
YAML
Raw Normal View History

2019-09-18 00:21:30 +00:00
version: "2"
services:
magneticod:
2020-02-21 13:20:07 +00:00
image: boramalper/magneticod:latest
volumes:
2020-02-21 11:39:35 +00:00
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
- ${MAGNETICOD_CONFIG}:/root/.config/magneticod
2020-02-21 09:10:46 +00:00
network_mode: "host"
command:
- "--indexer-addr=0.0.0.0:1212"
magneticow:
2020-02-21 13:20:07 +00:00
image: boramalper/magneticow:latest
volumes:
2020-02-21 11:39:35 +00:00
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
2020-02-21 11:46:08 +00:00
- ${MAGNETICOW_CONFIG}:/root/.config/magneticow
ports:
2019-05-19 00:27:10 +00:00
- "8080:8080"