Files
SixFlagsSuperCalendar/docker-compose.yml
josh 2bc10c98d9
Some checks failed
Build and Deploy / build-and-push (push) Has been cancelled
chore: remove build from compose, pull from registry only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 01:26:45 -04:00

14 lines
256 B
YAML

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