Files
SelfStack/released-to-production/atomichabits/docker-compose.yml
2025-07-11 10:53:35 -05:00

12 lines
257 B
YAML

services:
tsys-atomichabits:
image: ghcr.io/majorpeter/atomic-tracker:latest
container_name: reachableceo-atomichabits
ports:
- "2008:8080"
volumes:
- tsys-atomichabits:/config
restart: always
volumes:
tsys-atomichabits: