compose/atm3/docker-compose.yml

29 lines
728 B
YAML
Raw Normal View History

2024-06-01 20:38:32 -03:00
version: "3"
services:
mc:
2024-06-01 20:45:24 -03:00
container_name: atm3
2024-06-01 20:38:32 -03:00
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
env_file:
2024-06-01 20:42:23 -03:00
- ../stack.env
2024-06-01 20:38:32 -03:00
environment:
EULA: "TRUE"
TYPE: "AUTO_CURSEFORGE"
CF_SLUG: "all-the-mods-3"
CF_FILENAME_MATCHER: "6.1.1"
TZ: "America/Moncton"
ENABLE_ROLLING_LOGS: "true"
MAX_MEMORY: "6G"
VERSION: "1.12.2"
MOTD: "All The Mods 3"
DIFFICULTY: "normal"
SNOOPER_ENABLED: "false"
ALLOW_FLIGHT: "true"
USE_SIMD_FLAGS: "true"
ENABLE_RCON: "true"
volumes:
# attach the relative directory 'data' to the container's /data path
- /docker/appdata/atm3/data:/data