Update docker-compose.yml

This commit is contained in:
fcarraUniSa
2026-02-16 21:21:42 +01:00
committed by GitHub
parent da6365ed00
commit 738e7bf6f7

View File

@@ -27,7 +27,7 @@ services:
- "3010:3000" # host 3010 -> container 3000 - "3010:3000" # host 3010 -> container 3000
depends_on: depends_on:
- db - db
condition: service_healthy condition: service_healthy
restart: unless-stopped restart: unless-stopped
networks: networks:
- omni-network - omni-network