Update images

This commit is contained in:
FinnStutzenstein 2020-07-23 12:16:35 +02:00
parent 5086df63b0
commit cd007b0950
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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"]

View File

@ -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"]