Skip to content

Commit

Permalink
Use env_file
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 22, 2024
1 parent 7c19884 commit 3d6a847
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions jlab/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,7 @@ services:
- 443:8443
- 8080:8080
- 9990:9990
environment:
- BOOTSTRAP_SERVERS=kafka:9092
- SCHEMA_REGISTRY=http://registry:8081
- KEYCLOAK_REALM=${KEYCLOAK_REALM}
- KEYCLOAK_RESOURCE=${KEYCLOAK_RESOURCE}
- KEYCLOAK_SECRET=${KEYCLOAK_SECRET}
- KEYCLOAK_SERVER_URL=${KEYCLOAK_SERVER_URL}
- ORACLE_PASS=${ORACLE_PASS}
- ORACLE_SERVER=${ORACLE_SERVER}
- ORACLE_SERVICE=${ORACLE_SERVICE}
- ORACLE_USER=${ORACLE_USER}
env_file:
- admin.env
volumes:
- ./admin-config/server.p12:/opt/jboss/wildfly/standalone/configuration/server.p12

0 comments on commit 3d6a847

Please sign in to comment.