Skip to content

Commit

Permalink
airbyte docker-compose.yaml added standard file. airbytehq#4
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 23, 2022
1 parent 4821121 commit b6e1097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CONFIGS_DATABASE_MINIMUM_FLYWAY_MIGRATION_VERSION=0.35.15.001
### AIRBYTE SERVICES ###
TEMPORAL_HOST=airbyte-temporal:7233
INTERNAL_API_HOST=airbyte-server:8001
WEBAPP_URL=http://localhost:8008/
WEBAPP_URL=http://localhost:8000/
# Although not present as an env var, required for webapp configuration.
API_URL=/api/v1/

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ services:
container_name: airbyte-webapp
restart: unless-stopped
ports:
- 8008:80
- 8000:80
environment:
- AIRBYTE_ROLE=${AIRBYTE_ROLE:-}
- AIRBYTE_VERSION=${VERSION}
Expand Down

0 comments on commit b6e1097

Please sign in to comment.