Files
SelfStack/released-to-production/atomichabits/docker-compose.yml

12 lines
257 B
YAML

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