🎨 Add Postgress service as comment
This commit is contained in:
parent
3e029e1fb7
commit
6120c151f1
1 changed files with 10 additions and 0 deletions
|
|
@ -1,4 +1,14 @@
|
||||||
services:
|
services:
|
||||||
|
# db:
|
||||||
|
# image: postgres:latest
|
||||||
|
# restart: unless-stopped
|
||||||
|
# environment:
|
||||||
|
# POSTGRES_DB: ohmyapi
|
||||||
|
# POSTGRES_USER: ohmyapi
|
||||||
|
# POSTGRES_PASSWORD: ohmyapi
|
||||||
|
# ports:
|
||||||
|
# - 5432:5432
|
||||||
|
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue