Dept Google Script
This commit is contained in:
13
Timetagger/docker-compose.yml
Normal file
13
Timetagger/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: "3"
|
||||
services:
|
||||
timetagger:
|
||||
image: ghcr.io/almarklein/timetagger
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- /Users/normrasmussen/Documents/Northpass/Timetagger/_timetagger:/root/_timetagger
|
||||
environment:
|
||||
- TIMETAGGER_BIND=0.0.0.0:80
|
||||
- TIMETAGGER_DATADIR=/root/_timetagger
|
||||
- TIMETAGGER_LOG_LEVEL=info
|
||||
- TIMETAGGER_CREDENTIALS=norm:$$2a$$08$$ZpxFHDFA7ha64FqcsGjtOuN0M2/2mlKNvIIG1.yXZ52j4wO4AhByi
|
||||
Reference in New Issue
Block a user