services: ironveil: build: . container_name: ironveil volumes: - ./world:/server/world ports: - "5101:25565" - "5201:25575" restart: unless-stopped