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