Skip to content

Commit 0de3ec9

Browse files
committed
Remove unused env vars
1 parent 3cee618 commit 0de3ec9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compose.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ services:
1616
# Defaults in case values aren't passed in via the environment, so 0 (root) isn't used. Justfile overrides them.
1717
# NOTE: Keep in sync with the UID/GID in docker/Dockerfile
1818
environment:
19-
UID: 75030
20-
GID: 75030
2119
DB_HOST: db
2220
DB_NAME: bpc
2321
DB_USER: bpc
@@ -43,8 +41,7 @@ services:
4341
# This particular line makes it both skip the connection to the Cicero server AND the validation of the username/password
4442
# For that reason, depending on what you're testing, you might want to comment out this line
4543
CITIZEN_LOGIN_API_VALIDATOR: system.utils.always_validate_citizen
46-
47-
user: "${UID}:${GID}"
44+
4845
build:
4946
context: .
5047
dockerfile: docker/Dockerfile

0 commit comments

Comments
 (0)