changed data mount to work with test scripts
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
# THIS IS FOR DEVELOPMENT PURPOSES
|
||||||
services:
|
services:
|
||||||
krawl:
|
krawl:
|
||||||
build:
|
build:
|
||||||
@@ -16,17 +17,13 @@ services:
|
|||||||
- ./config.yaml:/app/config.yaml:ro
|
- ./config.yaml:/app/config.yaml:ro
|
||||||
- ./logs:/app/logs
|
- ./logs:/app/logs
|
||||||
- ./exports:/app/exports
|
- ./exports:/app/exports
|
||||||
- data:/app/data
|
- ./data:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
develop:
|
develop:
|
||||||
watch:
|
watch:
|
||||||
- path: ./Dockerfile
|
- path: ./Dockerfile
|
||||||
action: rebuild
|
action: rebuild
|
||||||
- path: ./src/
|
- path: ./src/
|
||||||
action: sync+restart
|
action: rebuild
|
||||||
target: /app/src
|
|
||||||
- path: ./docker-compose.yaml
|
- path: ./docker-compose.yaml
|
||||||
action: rebuild
|
action: rebuild
|
||||||
|
|
||||||
volumes:
|
|
||||||
data:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user