From c0ea6aa5a5c171dde109cc936e5af4fef52d4262 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 5 Aug 2026 16:08:01 +0000 Subject: [PATCH] Add TimeTracking_Containers/traggo/compose.yaml --- TimeTracking_Containers/traggo/compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TimeTracking_Containers/traggo/compose.yaml diff --git a/TimeTracking_Containers/traggo/compose.yaml b/TimeTracking_Containers/traggo/compose.yaml new file mode 100644 index 0000000..6baa448 --- /dev/null +++ b/TimeTracking_Containers/traggo/compose.yaml @@ -0,0 +1,11 @@ +services: + traggo: + image: traggo/server:latest + container_name: traggo + ports: + - 3030:3030 + environment: + TRAGGO_DEFAULT_USER_NAME: "admin" + TRAGGO_DEFAULT_USER_PASS: "mynewpassword" + volumes: + - /srv/docker/traggo:/opt/traggo/data \ No newline at end of file