services: ironveil: image: git.cashew.network/zardzul/minecraft-server-ironveil:latest container_name: ironveil volumes: - ./world:/server/world ports: - "25565:25565" - "25575:25575" restart: unless-stopped