mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 13:15:18 +02:00
Add PostgreSQL client and SQL scripts for parks data
This commit is contained in:
parent
a6c3738c48
commit
a17c482522
4 changed files with 24 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
web:
|
||||
image: ghcr.io/seanmorley15/adventurelog:latest
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
|
@ -9,6 +9,8 @@ services:
|
|||
- ORIGIN=http://localhost:3000
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./sql:/sql
|
||||
db:
|
||||
image: postgres
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue