Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 8525c94

Browse files
committed
docker: fix MASTER_API_KEY env var and change FORCE_COLOR
1 parent f91e5ba commit 8525c94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
- WEB_ENDPOINT=https://retrobox.tech
5555
- API_ENDPOINT=http://api
5656
- DEFAULT_ADMIN_USER_ID=0
57-
- MASTER_API_KEY=${MASTER_KEY}
57+
- MASTER_API_KEY=${MASTER_API_KEY}
5858

5959
- SENTRY_ENABLE=0
6060
- LA_POSTE_KEY=${LA_POSTE_KEY}
@@ -70,9 +70,8 @@ services:
7070
links:
7171
- api
7272
environment:
73-
- CLI_ARGS=-D;test/ui-testing.feature
7473
- API_ENDPOINT=http://api
75-
- FORCE_COLOR=2
74+
- FORCE_COLOR=1
7675
- LOGIN_USER_ID=${STAILEU_USER_LOGIN}
7776
- LOGIN_PASSWORD=${STAILEU_USER_PASSWORD}
7877
- API_MASTER_KEY=${MASTER_KEY}

0 commit comments

Comments
 (0)