🎨 Add Postgress service as comment

This commit is contained in:
Brian Wiborg 2025-10-06 21:31:10 +02:00
parent 3e029e1fb7
commit 6120c151f1
No known key found for this signature in database

View file

@ -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: .