Files
segnapunti/docker-compose.yml
T

13 lines
212 B
YAML
Raw Normal View History

2026-02-15 18:44:51 +01:00
services:
segnapunti:
build: .
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: