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