a nice production stack on my laptop for my personal velociy system

This commit is contained in:
2024-12-07 13:05:12 -06:00
parent 22bc3286ff
commit f3b4b31b5a
14 changed files with 171 additions and 74 deletions

View File

@@ -0,0 +1,13 @@
version: '3.8'
services:
tsys-atomichabits:
image: ghcr.io/majorpeter/atomic-tracker:latest
container_name: reachableceo-atomichabits
ports:
- "2008:8080"
volumes:
- tsys-atomichabits:/config
restart: no
volumes:
tsys-atomichabits: