remove sqlite extensions to fix docker issue
UUIDs are now generated in the backend before insertion
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
environment:
|
||||
- 'SERVER_ADDRESS=0.0.0.0'
|
||||
- 'SERVER_PORT=8080'
|
||||
- 'DATABASE_URL=sqlite:///var/lib/warren/warren.db'
|
||||
- 'DATABASE_URL=sqlite:///var/lib/warren/data/warren.db'
|
||||
- 'SERVE_DIRECTORY=/serve'
|
||||
- 'CORS_ALLOW_ORIGIN=http://localhost:8081'
|
||||
- 'LOG_LEVEL=debug'
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
- 'ZIP_READ_BUFFER_BYTES=4096'
|
||||
volumes:
|
||||
- './backend/serve:/serve:rw'
|
||||
- './backend/warren.db:/var/lib/warren/warren.db:rw'
|
||||
- './backend/data:/var/lib/warren/data:rw'
|
||||
networks:
|
||||
warren-net:
|
||||
name: 'warren-net'
|
||||
|
||||
Reference in New Issue
Block a user