13 lines
257 B
YAML
13 lines
257 B
YAML
services:
|
|
segnapunti:
|
|
image: santantonio.sytes.net/attilio/segnapunti:1.0.0
|
|
container_name: segnapunti
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- segnapunti-state:/app/.segnapunti
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
segnapunti-state:
|