mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Update non-elixir dependencies
This commit is contained in:
parent
14b117bc27
commit
a16abb1321
2 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ services:
|
|||
- redis
|
||||
|
||||
postgres:
|
||||
image: postgres:15.3-alpine
|
||||
image: postgres:16.2-alpine
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
volumes:
|
||||
|
@ -72,12 +72,12 @@ services:
|
|||
hard: 65536
|
||||
|
||||
redis:
|
||||
image: redis:7.0.11-alpine
|
||||
image: redis:7.2.4-alpine
|
||||
logging:
|
||||
driver: "none"
|
||||
|
||||
files:
|
||||
image: andrewgaul/s3proxy:sha-ba0fd6d
|
||||
image: andrewgaul/s3proxy:sha-ec12ae0
|
||||
environment:
|
||||
- JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3
|
||||
volumes:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM openresty/openresty:1.21.4.1-7-alpine
|
||||
FROM openresty/openresty:1.25.3.1-2-alpine
|
||||
ARG APP_DIR
|
||||
ARG S3_SCHEME
|
||||
ARG S3_HOST
|
||||
|
|
Loading…
Reference in a new issue