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