We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac30ead commit 3cbc9e0Copy full SHA for 3cbc9e0
docker-compose.yml
@@ -5,6 +5,7 @@ services:
5
- "3177:5000"
6
volumes:
7
- ./data:/app/data
8
+ - ./data.db:/app/data.db
9
environment:
10
- FLASK_ENV=production
11
- IMPORT_INTERVAL=86400 # Intervallo di importazione in secondi (default: 24 ore)
0 commit comments