Espera Oracle na compose e roda bootstrap automatico no start

This commit is contained in:
Frederico Castro
2025-12-12 20:27:59 -03:00
parent 77029695cb
commit a768fadbe2
2 changed files with 26 additions and 12 deletions

View File

@@ -16,9 +16,13 @@ services:
- LOG_LEVEL=INFO
volumes:
- ./backend/src:/app/src
- ./backend/scripts:/app/scripts
- /etc/localtime:/etc/localtime:ro
networks:
- shared_network
depends_on:
oracle18c:
condition: service_healthy
restart: unless-stopped
frontend:
@@ -47,7 +51,7 @@ services:
environment:
- ORACLE_PASSWORD=local123
- ORACLE_CHARACTERSET=AL32UTF8
- APP_USER=locasl123
- APP_USER=local123
- APP_USER_PASSWORD=local123
- TZ=America/Sao_Paulo
ports:
@@ -69,4 +73,4 @@ networks:
volumes:
oracle_data:
driver: local
driver: local