mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-02 03:35:18 +02:00
14 lines
357 B
YAML
14 lines
357 B
YAML
|
services:
|
||
|
web:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "3000:3000"
|
||
|
environment:
|
||
|
- DATABASE_URL=
|
||
|
# ORIGIN is only necessary when not using a reverse proxy or hosting that includes https
|
||
|
- ORIGIN=http://localhost:3000
|
||
|
- SKIP_DB_WAIT=true
|
||
|
# Only necessary for externaly hosted databases such as NeonDB
|
||
|
volumes:
|
||
|
- ./sql:/sql
|