add container depedency to avoid restart of web container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5014bcb276
commit
72bb75a49f
@ -2,6 +2,8 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:1.25.3
|
image: nginx:1.25.3
|
||||||
|
depends_on:
|
||||||
|
- app
|
||||||
configs:
|
configs:
|
||||||
- source: nginx_conf
|
- source: nginx_conf
|
||||||
target: /etc/nginx/nginx.conf
|
target: /etc/nginx/nginx.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user