mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05: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 |