Skip to content

Commit

Permalink
[Docker] Update third party containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Nov 25, 2024
1 parent c6f0ace commit 30e096e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
nginx:
image: nginx:1.15.3
image: nginx:1.27.2
depends_on:
- fixmystreet
ports:
Expand Down Expand Up @@ -46,7 +46,11 @@ services:
aliases:
- fixmystreet.svc
postgres:
image: fixmystreet/postgres:9.6-en_GB
build:
dockerfile_inline: |
FROM postgres:13.11
RUN localedef -i en_GB -c -f UTF-8 -A /usr/share/locale/locale.alias en_GB.UTF-8
ENV LANG=en_GB.utf8
restart: always
volumes:
- fixmystreet-pgdata:/var/lib/postgresql/data/pgdata
Expand All @@ -63,7 +67,7 @@ services:
timeout: 5s
retries: 5
memcached:
image: memcached:1.5.10
image: memcached:1.6.32
restart: always
networks:
default:
Expand Down

0 comments on commit 30e096e

Please sign in to comment.