Skip to content

Commit

Permalink
Merge pull request #347 from Hydrospheredata/fix/manager-config-env
Browse files Browse the repository at this point in the history
Remove config env variable
  • Loading branch information
akastav authored Jun 3, 2021
2 parents 9a019ca + 65f95bf commit 9cbe514
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ services:
depends_on:
postgres:
condition: service_started
environment:
CUSTOM_CONFIG: /app/config/dc.conf
image: hydrosphere/serving-manager:c2739c675ec5d159c210d01c33fd301d85993d7c
networks:
extnet: {}
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/hydro-serving-manager.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ services:
networks:
- hydronet
- extnet
environment:
CUSTOM_CONFIG: /app/config/dc.conf
volumes:
- /var/run/docker.sock:/var/run/docker.sock

0 comments on commit 9cbe514

Please sign in to comment.