chore: remove build from compose, pull from registry only
Some checks failed
Build and Deploy / build-and-push (push) Has been cancelled
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:
10
README.md
10
README.md
@@ -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`.
|
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
|
```bash
|
||||||
docker compose up --build
|
docker compose up -d
|
||||||
```
|
|
||||||
|
|
||||||
Or pull from the registry and run:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker compose up
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Seed the database inside the container
|
#### Seed the database inside the container
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: gitea.thewrightserver.net/josh/sixflagssupercalendar:latest
|
image: gitea.thewrightserver.net/josh/sixflagssupercalendar:latest
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user