Some checks failed
Build and Deploy / build-and-push (push) Failing after 38s
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>
17 lines
313 B
YAML
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:
|