Files
SelfStack/released-to-production/atomichabits/docker-compose.yml
2025-07-10 22:56:58 -05:00

13 lines
272 B
YAML

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: always
volumes:
tsys-atomichabits: