Skip to content

Commit d242d5c

Browse files
committed
add new environment variables to the docker compose setup
Signed-off-by: Marvin Bechtold <[email protected]>
1 parent 8ae0316 commit d242d5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
POSTGRES_PASSWORD: patternatlas
88
POSTGRES_DB: patternatlas
99
PATTERN_ATLAS_CONTENT_REPOSITORY_BRANCH: master
10+
READ_ONLY: false
1011
ports:
1112
- "5060:5060"
1213
networks:
@@ -20,7 +21,7 @@ services:
2021
LATEX_RENDERER_HOST_NAME: latex-renderer
2122
LATEX_RENDERER_PORT: 5030
2223
JDBC_DATABASE_NAME: patternatlas
23-
24+
HAL_EXPLORER: true
2425
# activate correct application properties
2526
SPRING_PROFILES_ACTIVE: docker
2627
ports:
@@ -43,6 +44,7 @@ services:
4344
PATTERN_ATLAS_API_PORT: 1977
4445
LATEX_RENDERER_HOST_NAME: localhost
4546
LATEX_RENDERER_PORT: 5030
47+
URL_SCHEME: http
4648
ports:
4749
- "1978:80"
4850
config-server:

0 commit comments

Comments
 (0)