mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 13:15:18 +02:00
Add startup script and update Dockerfile and docker-compose.yml
This commit is contained in:
parent
33122894c2
commit
8250cae054
3 changed files with 19 additions and 8 deletions
|
@ -1,11 +1,9 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
# depends_on:
|
||||
# - db
|
||||
# db:
|
||||
# image: postgres
|
||||
# environment:
|
||||
# POSTGRES_PASSWORD: example
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://seanmorley15:1XGfuKoO9wcH@ep-withered-violet-a5xm4eqj.us-east-2.aws.neon.tech/demo?sslmode=require
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue