mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
Upgrade log mutes for new compose syntax
This commit is contained in:
parent
7ccfc95940
commit
4f144aff13
1 changed files with 5 additions and 8 deletions
|
@ -64,16 +64,14 @@ services:
|
|||
- POSTGRES_PASSWORD=postgres
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
logging:
|
||||
driver: "none"
|
||||
attach: false
|
||||
|
||||
opensearch:
|
||||
image: opensearchproject/opensearch:2.16.0
|
||||
volumes:
|
||||
- opensearch_data:/usr/share/opensearch/data
|
||||
- ./docker/opensearch/opensearch.yml:/usr/share/opensearch/config/opensearch.yml
|
||||
logging:
|
||||
driver: "none"
|
||||
attach: false
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65536
|
||||
|
@ -81,8 +79,7 @@ services:
|
|||
|
||||
valkey:
|
||||
image: valkey/valkey:8.0-alpine
|
||||
logging:
|
||||
driver: "none"
|
||||
attach: false
|
||||
|
||||
files:
|
||||
image: andrewgaul/s3proxy:sha-4976e17
|
||||
|
@ -90,6 +87,7 @@ services:
|
|||
- JCLOUDS_FILESYSTEM_BASEDIR=/srv/philomena/priv/s3
|
||||
volumes:
|
||||
- .:/srv/philomena
|
||||
attach: false
|
||||
|
||||
web:
|
||||
build:
|
||||
|
@ -106,8 +104,7 @@ services:
|
|||
environment:
|
||||
- AWS_ACCESS_KEY_ID=local-identity
|
||||
- AWS_SECRET_ACCESS_KEY=local-credential
|
||||
logging:
|
||||
driver: "none"
|
||||
attach: false
|
||||
depends_on:
|
||||
- app
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue