Merge branch 'update' into openslides4-dev
This commit is contained in:
commit
e47b5fff17
@ -46,11 +46,11 @@ services:
|
|||||||
- cache
|
- cache
|
||||||
env_file: services.env
|
env_file: services.env
|
||||||
cache:
|
cache:
|
||||||
image: redis:alpine
|
image: redis:latest
|
||||||
|
|
||||||
# SHARED
|
# SHARED
|
||||||
message-bus:
|
message-bus:
|
||||||
image: redis:alpine
|
image: redis:latest
|
||||||
|
|
||||||
# UPLINK
|
# UPLINK
|
||||||
haproxy:
|
haproxy:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM haproxy:2.0.8-alpine
|
FROM haproxy
|
||||||
COPY src/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|
COPY src/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|
||||||
COPY src/prod-haproxy.cfg /usr/local/etc/haproxy/prod-haproxy.cfg
|
COPY src/prod-haproxy.cfg /usr/local/etc/haproxy/prod-haproxy.cfg
|
||||||
CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg", "-f", "/usr/local/etc/haproxy/prod-haproxy.cfg"]
|
CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg", "-f", "/usr/local/etc/haproxy/prod-haproxy.cfg"]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM haproxy:2.0.8-alpine
|
FROM haproxy
|
||||||
COPY src/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|
COPY src/haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|
||||||
COPY src/dev-haproxy.cfg /usr/local/etc/haproxy/dev-haproxy.cfg
|
COPY src/dev-haproxy.cfg /usr/local/etc/haproxy/dev-haproxy.cfg
|
||||||
CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg", "-f", "/usr/local/etc/haproxy/dev-haproxy.cfg"]
|
CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg", "-f", "/usr/local/etc/haproxy/dev-haproxy.cfg"]
|
||||||
|
Loading…
Reference in New Issue
Block a user