add container depedency to avoid restart of web container
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2023-11-28 11:29:55 +01:00
parent 5014bcb276
commit 72bb75a49f

View File

@ -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