Espera Oracle na compose e roda bootstrap automatico no start
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user