aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 27bb3d0..dd4939a 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -13,6 +13,8 @@ services:
environment:
- DOCKER_DEPLOYMENT_TYPE=deployment
# restart: unless-stopped
+ depends_on:
+ - postgres
postgres:
image: postgres:14-alpine
networks: