Docker-compose: pinning new version of haproxy
This is actually the one we used in production.
This commit is contained in:
@@ -4,6 +4,7 @@ mongo:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /data/storage/db:/data/db
|
- /data/storage/db:/data/db
|
||||||
|
- /data/storage/db-bak:/data/db-bak # for backing up stuff etc.
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:27017:27017"
|
- "127.0.0.1:27017:27017"
|
||||||
redis:
|
redis:
|
||||||
@@ -47,7 +48,7 @@ grafista:
|
|||||||
- /data/git/grafista:/data/git/grafista:ro
|
- /data/git/grafista:/data/git/grafista:ro
|
||||||
- /data/storage/grafista:/data/storage
|
- /data/storage/grafista:/data/storage
|
||||||
haproxy:
|
haproxy:
|
||||||
image: dockercloud/haproxy:1.2.1
|
image: dockercloud/haproxy:1.5.3
|
||||||
container_name: haproxy
|
container_name: haproxy
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user