matthewtran.com/compose.yml
2023-09-10 12:16:28 +00:00

38 lines
872 B
YAML

services:
monerod:
restart: always
build: monerod/.
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
ports:
- "18080:18080"
- "18081:18081"
- "18083:18083"
volumes:
- ./monerod/.bitmonero:/home/matt/.bitmonero
p2pool:
restart: always
build: p2pool/.
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
ports:
- "3333:3333"
- "37888:37888"
- "37889:37889"
volumes:
- ./p2pool/cache:/home/matt/cache
minecraft:
restart: always
build: minecraft/.
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
ports:
- "25565:25565"
volumes:
- ./minecraft/world:/home/matt/world
terraria:
restart: always
build: terraria/.
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
ports:
- "7777:7777"
volumes:
- ./terraria/worlds:/home/matt/worlds