Add Host-ENV for nginx webservice
This commit is contained in:
parent
6c9c27d6ab
commit
80dfebf63b
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue