20 lines
542 B
YAML
Executable File
20 lines
542 B
YAML
Executable File
services:
|
|
lubelogger:
|
|
image: ghcr.io/hargata/lubelogger:latest
|
|
container_name: lubelogger
|
|
ports:
|
|
- "8881:8080"
|
|
volumes:
|
|
- ./config:/App/config
|
|
- ./data:/App/data
|
|
- ./documents:/App/wwwroot/documents
|
|
- ./images:/App/wwwroot/images
|
|
- ./log:/App/log
|
|
- ./keys:/root/.aspnet/DataProtection-Keys
|
|
- ./temp:/App/wwwroot/temp
|
|
- ./translations:/App/wwwroot/translations
|
|
environment:
|
|
- LOGGING__LOGLEVEL__DEFAULT=Error
|
|
- LC_ALL=fr_FR.UTF-8
|
|
- LANG=fr_FR.UTF-8
|