services: ironveil: image: git.cashew.network/${{ github.repository }}:latest container_name: ironveil volumes: - ./world:/server/world ports: - "25565:25565" - "25575:25575" restart: unless-stopped