Poprawki w api i docker do wpółpracy sqlite
This commit is contained in:
@@ -9,10 +9,14 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- FUZ_DB_PATH=/app/data/ServicesRange.db
|
||||
ports:
|
||||
- "4000:4321"
|
||||
networks:
|
||||
- n8n_default
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
|
||||
networks:
|
||||
n8n_default:
|
||||
|
||||
Reference in New Issue
Block a user