1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 23:39:37 +02:00
AdventureLog/docker-compose.yml

11 lines
175 B
YAML
Raw Normal View History

services:
web:
build: .
ports:
- "3000:3000"
# depends_on:
# - db
# db:
# image: postgres
# environment:
# POSTGRES_PASSWORD: example