Fix service dependency name for postgres in Docker Compose configuration

This commit is contained in:
Peter Wood
2025-05-28 16:26:56 +00:00
parent 78196228bc
commit 342197e0c9

View File

@@ -3,7 +3,7 @@ services:
container_name: opengist container_name: opengist
image: ghcr.io/thomiceli/opengist:latest image: ghcr.io/thomiceli/opengist:latest
depends_on: depends_on:
- serviceName: postgres - postgres
restart: unless-stopped restart: unless-stopped
environment: environment:
OG_GITHUB_CLIENT_KEY: ${OG_GITHUB_CLIENT_KEY} OG_GITHUB_CLIENT_KEY: ${OG_GITHUB_CLIENT_KEY}