Some checks failed
Build and Deploy / build-and-push (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
256 B
YAML
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:
|