Skip to content

Commit

Permalink
chore(uib): update production docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmayro authored Oct 23, 2024
1 parent b1850b9 commit 795a31e
Showing 1 changed file with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ services:
container_name: bonita-ui-builder
environment:
BONITA_DEV_MODE: false
BONITA_API_URL: http://host.docker.internal:8080/bonita/API
BONITA_API_URL: http://bonita-app:8080/bonita/API
APPSMITH_ENCRYPTION_PASSWORD: <encryption-password>
APPSMITH_ENCRYPTION_SALT: <encryption-salt>
ports:
- "8090:80"
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on:
bonita-app:
condition: service_healthy
Expand All @@ -22,8 +18,11 @@ services:
ports:
- "443:443"
- "80:80"
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- BONITA_HOST=bonita-app
- BONITA_PORT=8080
- UIB_HOST=bonita-ui-builder
- UIB_PORT=80

bonita-app:
# Replace below with your image name and version, as built following
Expand All @@ -32,8 +31,4 @@ services:
volumes:
- <YOUR_LICENSE_FOLDER>:/opt/bonita_lic
environment:
- <ANY_STANDARD_BONITA_ENV_VARIABLE_HERE>
ports:
- "8080:8080"
extra_hosts:
- "host.docker.internal:host-gateway"
- <ANY_STANDARD_BONITA_ENV_VARIABLE_HERE>

0 comments on commit 795a31e

Please sign in to comment.