🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
This commit is contained in:
11
{{cookiecutter.project_slug}}/docker-compose.dev.volumes.yml
Normal file
11
{{cookiecutter.project_slug}}/docker-compose.dev.volumes.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
backend:
|
||||
volumes:
|
||||
- ./backend/app:/app
|
||||
celeryworker:
|
||||
volumes:
|
||||
- ./backend/app:/app
|
||||
backend-tests:
|
||||
volumes:
|
||||
- ./backend/app:/app
|
Reference in New Issue
Block a user