mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 02:10:12 -08:00
Fix service dependency name for postgres in Docker Compose configuration
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user