mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-30 14:57:59 +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
|
- redis
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15.3-alpine
|
image: postgres:16.2-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -72,12 +72,12 @@ services:
|
||||||
hard: 65536
|
hard: 65536
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.0.11-alpine
|
image: redis:7.2.4-alpine
|
||||||
logging:
|
logging:
|
||||||
driver: "none"
|
driver: "none"
|
||||||
|
|
||||||
files:
|
files:
|
||||||
image: andrewgaul/s3proxy:sha-ba0fd6d
|
image: andrewgaul/s3proxy:sha-ec12ae0
|
||||||
environment:
|
environment:
|
||||||
- JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3
|
- JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3
|
||||||
volumes:
|
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 APP_DIR
|
||||||
ARG S3_SCHEME
|
ARG S3_SCHEME
|
||||||
ARG S3_HOST
|
ARG S3_HOST
|
||||||
|
|
Loading…
Reference in a new issue