Add Host-ENV for nginx webservice
This commit is contained in:
parent
6c9c27d6ab
commit
80dfebf63b
|
@ -15,6 +15,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
- redis
|
||||||
|
- socketi
|
||||||
command: /bin/entrypoint app
|
command: /bin/entrypoint app
|
||||||
env_file:
|
env_file:
|
||||||
- .app.env
|
- .app.env
|
||||||
|
@ -34,7 +36,6 @@ services:
|
||||||
image: zoomyboy/adrema-app:latest
|
image: zoomyboy/adrema-app:latest
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
|
||||||
- php
|
- php
|
||||||
command: /bin/entrypoint horizon
|
command: /bin/entrypoint horizon
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -55,7 +56,6 @@ services:
|
||||||
image: zoomyboy/adrema-app:latest
|
image: zoomyboy/adrema-app:latest
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
|
||||||
- php
|
- php
|
||||||
command: /bin/entrypoint schedule
|
command: /bin/entrypoint schedule
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
@ -17,6 +17,8 @@ services:
|
||||||
dockerfile: ./.docker/php.Dockerfile
|
dockerfile: ./.docker/php.Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
- redis
|
||||||
|
- socketi
|
||||||
command: /bin/entrypoint app
|
command: /bin/entrypoint app
|
||||||
env_file:
|
env_file:
|
||||||
- .app.env
|
- .app.env
|
||||||
|
@ -37,7 +39,6 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./.docker/php.Dockerfile
|
dockerfile: ./.docker/php.Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
|
||||||
- php
|
- php
|
||||||
command: /bin/entrypoint horizon
|
command: /bin/entrypoint horizon
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -59,7 +60,6 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./.docker/php.Dockerfile
|
dockerfile: ./.docker/php.Dockerfile
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
|
||||||
- php
|
- php
|
||||||
command: /bin/entrypoint schedule
|
command: /bin/entrypoint schedule
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Reference in New Issue