mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 23:39:37 +02:00
11 lines
175 B
YAML
11 lines
175 B
YAML
|
services:
|
||
|
web:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "3000:3000"
|
||
|
# depends_on:
|
||
|
# - db
|
||
|
# db:
|
||
|
# image: postgres
|
||
|
# environment:
|
||
|
# POSTGRES_PASSWORD: example
|