Add Host-ENV for nginx webservice

This commit is contained in:
Philipp Lang 2023-09-07 14:40:31 +02:00
parent 6c9c27d6ab
commit 80dfebf63b
2 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,8 @@ services:
restart: always
depends_on:
- db
- redis
- socketi
command: /bin/entrypoint app
env_file:
- .app.env
@ -34,7 +36,6 @@ services:
image: zoomyboy/adrema-app:latest
restart: always
depends_on:
- db
- php
command: /bin/entrypoint horizon
env_file:
@ -55,7 +56,6 @@ services:
image: zoomyboy/adrema-app:latest
restart: always
depends_on:
- db
- php
command: /bin/entrypoint schedule
env_file:

View File

@ -17,6 +17,8 @@ services:
dockerfile: ./.docker/php.Dockerfile
depends_on:
- db
- redis
- socketi
command: /bin/entrypoint app
env_file:
- .app.env
@ -37,7 +39,6 @@ services:
context: .
dockerfile: ./.docker/php.Dockerfile
depends_on:
- db
- php
command: /bin/entrypoint horizon
env_file:
@ -59,7 +60,6 @@ services:
context: .
dockerfile: ./.docker/php.Dockerfile
depends_on:
- db
- php
command: /bin/entrypoint schedule
env_file: