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