File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ services:
16
16
# Defaults in case values aren't passed in via the environment, so 0 (root) isn't used. Justfile overrides them.
17
17
# NOTE: Keep in sync with the UID/GID in docker/Dockerfile
18
18
environment :
19
- UID : 75030
20
- GID : 75030
21
19
DB_HOST : db
22
20
DB_NAME : bpc
23
21
DB_USER : bpc
@@ -43,8 +41,7 @@ services:
43
41
# This particular line makes it both skip the connection to the Cicero server AND the validation of the username/password
44
42
# For that reason, depending on what you're testing, you might want to comment out this line
45
43
CITIZEN_LOGIN_API_VALIDATOR : system.utils.always_validate_citizen
46
-
47
- user : " ${UID}:${GID}"
44
+
48
45
build :
49
46
context : .
50
47
dockerfile : docker/Dockerfile
You can’t perform that action at this time.
0 commit comments