Files
segnapunti/docker-compose.yml
T

13 lines
257 B
YAML
Raw Normal View History

2026-02-15 18:44:51 +01:00
services:
segnapunti:
image: santantonio.sytes.net/attilio/segnapunti:1.0.0
container_name: segnapunti
2026-02-15 18:44:51 +01:00
ports:
- "3000:3000"
volumes:
- segnapunti-state:/app/.segnapunti
restart: unless-stopped
2026-02-15 18:44:51 +01:00
volumes:
segnapunti-state: