forked from AmIBeingObtuse/Youtubestacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLubelogger Car Maintenance tracker
26 lines (26 loc) · 1.17 KB
/
Lubelogger Car Maintenance tracker
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
version: "3.4"
services:
app:
image: ghcr.io/hargata/lubelogger:latest
build: .
restart: unless-stopped
environment:
- LC_ALL=en_GB.UTF-8 # United Kingdom
#- LC_ALL=en_US.UTF-8 # USA
#- LC_ALL=fr_CA.UTF-8 # French Canadian
#- LC_ALL=de_DE.UTF-8 # Germany
#- LC_ALL=es_MX.UTF-8 # Spanish (Mexico)
#- LC_ALL=ja_JP.UTF-8 # Japan
#- LC_ALL=zh_CN.UTF-8 # China
#- LC_ALL=it_IT.UTF-8 # Italy
volumes:
- C:\Users\keith\Documents\dockerdesktopdata\lubelogger\config:/App/config
- C:\Users\keith\Documents\dockerdesktopdata\lubelogger\data:/App/data
- C:\Users\keith\Documents\dockerdesktopdata\lubelogger\translations:/App/wwwroot/translations
- C:\Users\keith\Documents\dockerdesktopdata\lubelogger\documents:/App/wwwroot/documents
- C:\Users\keith\Documents\dockerdesktopdata\lubelogger\images:/App/wwwroot/images
- C:\Users\keith\Documents\dockerdesktopdata\lubelogger\temp:/App/wwwroot/temp
- C:\Users\keith\Documents\dockerdesktopdata\lubelogger\log:/App/log
- C:\Users\keith\Documents\dockerdesktopdata\lubeloggepokeys:/root/.aspnet/DataProtection-Keys
ports:
- 7474:8080