chore: Use main instead of automatisch service in docker compose file
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
automatisch:
|
main:
|
||||||
build:
|
build:
|
||||||
context: ../images/wait-for-postgres
|
context: ../images/wait-for-postgres
|
||||||
network: host
|
network: host
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
context: ../images/plain
|
context: ../images/plain
|
||||||
network: host
|
network: host
|
||||||
depends_on:
|
depends_on:
|
||||||
- automatisch
|
- main
|
||||||
environment:
|
environment:
|
||||||
- APP_ENV=production
|
- APP_ENV=production
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
|
Reference in New Issue
Block a user