diff --git a/compose.yml b/compose.yml index 8d06afb..e0857c6 100644 --- a/compose.yml +++ b/compose.yml @@ -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