Files
SixFlagsSuperCalendar/docker-compose.yml
josh 12af38c5f6
Some checks failed
Build and Deploy / build-and-push (push) Failing after 38s
chore: hardcode registry URL and clean up readme
docker-compose no longer needs REGISTRY_URL env var.
README now uses the actual registry host throughout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 01:13:16 -04:00

17 lines
313 B
YAML

services:
web:
image: gitea.thewrightserver.net/josh/sixflagssupercalendar:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
volumes:
- park_data:/app/data
environment:
- NODE_ENV=production
restart: unless-stopped
volumes:
park_data: