Skip to content

Commit

Permalink
solved postgres version incompatibility by adding tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophSchranz committed Jun 11, 2018
1 parent 050c7ee commit 9be4074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
# - "1883:1883"
# - "9001:9001"
gost-db:
image: geodan/gost-db
image: geodan/gost-db:0.5
restart: always
volumes:
- postgis:/var/lib/postgresql/data
Expand All @@ -24,7 +24,7 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
gost:
image: geodan/gost
image: geodan/gost:0.5
restart: always
volumes:
- gost_conf:/gostserver/config
Expand All @@ -37,7 +37,7 @@ services:
GOST_SERVER_MAX_ENTITIES: 200
# GOST_MQTT_HOST: mosquitto
dashboard:
image: geodan/gost-dashboard
image: geodan/gost-dashboard:0.5
restart: always
ports:
- "8082:8080"
Expand All @@ -48,4 +48,4 @@ volumes:
nodered: {}
gost_conf: {}
mosquitto_data: {}
mosquitto_conf: {}
mosquitto_conf: {}

0 comments on commit 9be4074

Please sign in to comment.