Merge pull request #522 from automatisch/chore/docker-service-name

chore: Use main instead of automatisch service in docker compose file
This commit is contained in:
Ömer Faruk Aydın
2022-09-21 19:16:48 +03:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
version: "3.9"
services:
automatisch:
main:
build:
context: ../images/wait-for-postgres
network: host
@@ -25,7 +25,7 @@ services:
context: ../images/plain
network: host
depends_on:
- automatisch
- main
environment:
- APP_ENV=production
- REDIS_HOST=redis