Skip to content

Commit 73e7474

Browse files
authored
update to aerie v3.7.1, config updates (#24)
1 parent 73a3172 commit 73e7474

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REPOSITORY_DOCKER_URL=ghcr.io/nasa-ammos
22

33
# choose a specific Aerie version
4-
DOCKER_TAG=v3.6.0
4+
DOCKER_TAG=v3.7.1
55

66
GITHUB_USER=
77
GITHUB_TOKEN=

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,15 @@ services:
164164
depends_on: ["postgres"]
165165
environment:
166166
ORIGIN: http://localhost
167+
PUBLIC_ACTION_CLIENT_URL: http://localhost:27186
167168
PUBLIC_AERIE_FILE_STORE_PREFIX: "/usr/src/app/merlin_file_store/"
168169
PUBLIC_GATEWAY_CLIENT_URL: http://localhost:9000
169170
PUBLIC_GATEWAY_SERVER_URL: http://aerie_gateway:9000
170171
PUBLIC_HASURA_CLIENT_URL: http://localhost:8080/v1/graphql
171172
PUBLIC_HASURA_SERVER_URL: http://hasura:8080/v1/graphql
172173
PUBLIC_HASURA_WEB_SOCKET_URL: ws://localhost:8080/v1/graphql
174+
PUBLIC_WORKSPACE_CLIENT_URL: http://localhost:28000
175+
PUBLIC_COMMAND_EXPANSION_MODE: "typescript"
173176
image: "${REPOSITORY_DOCKER_URL}/aerie-ui:${DOCKER_TAG}"
174177
ports: ["80:80"]
175178
restart: always
@@ -202,7 +205,7 @@ services:
202205
container_name: aerie_hasura
203206
depends_on: ["postgres"]
204207
environment:
205-
AERIE_DATABASE_URL: "postgres://${AERIE_USERNAME}:${AERIE_PASSWORD}@aerie_postgres:5432/aerie?options=-c%20search_path%3Dutil_functions%2Chasura%2Cpermissions%2Ctags%2Cmerlin%2Cscheduler%2Csequencing%2Cpublic"
208+
AERIE_DATABASE_URL: "postgres://${AERIE_USERNAME}:${AERIE_PASSWORD}@postgres:5432/aerie?options=-c%20search_path%3Dutil_functions%2Chasura%2Cpermissions%2Ctags%2Cmerlin%2Cscheduler%2Csequencing%2Cactions%2Cui%2Cpublic"
206209
AERIE_MERLIN_URL: "http://aerie_merlin:27183"
207210
AERIE_SCHEDULER_URL: "http://aerie_scheduler:27185"
208211
AERIE_SEQUENCING_URL: "http://aerie_sequencing:27184"

0 commit comments

Comments
 (0)