--- version: "3.4" services: app: image: ghcr.io/hargata/lubelogger:latest build: . environment: - LC_ALL=it_IT.UTF-8 # this will affect how numbers, currencies, and dates are formatted. - LANG=it_IT.UTF-8 # Same as above. # - EnableAuth=false # See authentication below volumes: - /data/lubelogger/config:/App/config - /data/lubelogger/data:/App/data - /data/lubelogger/translations:/App/wwwroot/translations - /data/lubelogger/documents:/App/wwwroot/documents - /data/lubelogger/images:/App/wwwroot/images - /data/lubelogger/temp:/App/wwwroot/temp - /data/lubelogger/log:/App/log - /data/lubelogger/keys:/root/.aspnet/DataProtection-Keys ports: - 8485:8080 networks: - lubelogger-net networks: lubelogger-net: {}