chore: remove build from compose, pull from registry only
Some checks failed
Build and Deploy / build-and-push (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-04 01:26:45 -04:00
parent cd3c3fab7e
commit 2bc10c98d9
2 changed files with 2 additions and 11 deletions

View File

@@ -68,16 +68,10 @@ Open [http://localhost:3000](http://localhost:3000). Navigate weeks with the `
The app uses Next.js standalone output. The SQLite database is stored in a Docker volume at `/app/data`.
#### Build and run locally
#### Run
```bash
docker compose up --build
```
Or pull from the registry and run:
```bash
docker compose up
docker compose up -d
```
#### Seed the database inside the container

View File

@@ -1,9 +1,6 @@
services:
web:
image: gitea.thewrightserver.net/josh/sixflagssupercalendar:latest
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
volumes: