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

Commit 2aa123c

Browse files
authored
Merge pull request #125 from OpenCSPM/build
Build
2 parents 5a3fbec + 97585b9 commit 2aa123c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ x-backend: &backend
2121
- ../../opencspm-controls:/app/controls/:ro
2222
- .dockerdev/.psqlrc:/app/.psqlrc:ro
2323
- .dockerdev/.bashrc:/app/.bashrc:ro
24-
- ~/.config/gcloud/opencspm-loader.json:/tmp/keys/credentials.json:ro
2524
environment:
2625
<<: *env
2726
REDIS_URL: redis://redis:6379/
@@ -32,7 +31,6 @@ x-backend: &backend
3231
PSQL_HISTFILE: /app/log/.psql_history
3332
EDITOR: vi
3433
MALLOC_ARENA_MAX: 2
35-
GOOGLE_APPLICATION_CREDENTIALS: /tmp/keys/credentials.json
3634
depends_on:
3735
- db
3836
- redis

0 commit comments

Comments
 (0)