add timetagger
This commit is contained in:
17
timetagger/docker-compose.yml
Normal file
17
timetagger/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
timetagger:
|
||||
image: thelazyoxymoron/timetagger-arm64:v22.10.1
|
||||
container_name: timetagger
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./timetagger:/root/_timetagger
|
||||
env_file:
|
||||
- ./.env
|
||||
networks:
|
||||
- proxy-network
|
||||
|
||||
networks:
|
||||
proxy-network:
|
||||
external: true
|
7
timetagger/env.env
Normal file
7
timetagger/env.env
Normal file
@@ -0,0 +1,7 @@
|
||||
TIMETAGGER_BIND=0.0.0.0:80
|
||||
TIMETAGGER_DATADIR=/root/_timetagger
|
||||
TIMETAGGER_LOG_LEVEL=info
|
||||
TIMETAGGER_CREDENTIALS='sid:very_secret_salt_hash'
|
||||
TIMETAGGER_PROXY_AUTH_ENABLED=True
|
||||
TIMETAGGER_PROXY_AUTH_TRUSTED=127.0.0.1
|
||||
TIMETAGGER_PROXY_AUTH_HEADER=X-Remote-User
|
Reference in New Issue
Block a user