matthewtran.com/compose.yml
2023-09-10 11:21:51 +00:00

37 lines
867 B
YAML

services:
monerod:
restart: always
build: monerod/.
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
ports:
- "18080:18080"
- "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:
# - ./monerod/.bitmonero:/home/matt/.bitmonero
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