mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
tweaks
This commit is contained in:
parent
72158617a5
commit
67c84a6933
1 changed files with 5 additions and 1 deletions
|
@ -27,6 +27,10 @@ services:
|
|||
image: elasticsearch:6.8.5
|
||||
volumes:
|
||||
- elastic_data:/var/lib/elasticsearch
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65536
|
||||
hard: 65536
|
||||
|
||||
redis:
|
||||
image: redis:5.0.7
|
||||
|
@ -40,4 +44,4 @@ services:
|
|||
depends_on:
|
||||
- app
|
||||
ports:
|
||||
- '80:8080'
|
||||
- '8080:80'
|
Loading…
Reference in a new issue