From e2970ec0619128feb43f29e0c515e4bf484eac21 Mon Sep 17 00:00:00 2001 From: Jaku-BB Date: Tue, 12 Sep 2023 17:28:22 +0200 Subject: [PATCH] chore: optionally expose database port for local development --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 5a9f488..db0fca6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,6 +5,9 @@ services: image: postgres:15.4-alpine container_name: database restart: unless-stopped + # Remove the comment below to expose the database to the host, for local development. + # ports: + # - 5432:5432 volumes: - postgresql-data:/var/lib/postgresql/data environment: