magnetico/docker-compose.yml

20 lines
488 B
YAML
Raw Normal View History

2019-09-18 02:21:30 +02:00
version: "2"
services:
magneticod:
2020-02-21 14:20:07 +01:00
image: boramalper/magneticod:latest
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"
command:
- "--indexer-addr=0.0.0.0:1212"
magneticow:
2020-02-21 14:20:07 +01:00
image: boramalper/magneticow:latest
volumes:
2020-02-21 12:39:35 +01:00
- ${MAGNETICOD_DATA}:/root/.local/share/magneticod
2020-02-21 12:46:08 +01:00
- ${MAGNETICOW_CONFIG}:/root/.config/magneticow
ports:
2019-05-19 02:27:10 +02:00
- "8080:8080"