add container depedency to avoid restart of web container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-11-28 11:29:55 +01:00
parent 5014bcb276
commit 72bb75a49f
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ version: "3.8"
services:
web:
image: nginx:1.25.3
depends_on:
- app
configs:
- source: nginx_conf
target: /etc/nginx/nginx.conf