Skip to content

Commit

Permalink
fix: hubeau-stations env variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Mar 1, 2020
1 parent d348ea1 commit f1bb42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/hubeau-stations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
hubeau-stations:
image: ${HUBEAU_OBSERVTAIONS_IMAGE}:${HUBEAU_STATIONS_TAG}
image: ${HUBEAU_STATIONS_IMAGE}:${HUBEAU_STATIONS_TAG}
environment:
- DB_URL=${HUBEAU_DB_URL}
- DEBUG=${HUBEAU_STATIONS_DEBUG}
Expand Down

0 comments on commit f1bb42f

Please sign in to comment.