Build frappe with Dockerfile
- Build frappe image using development Dockerfile instead of bench:latest image - Exposing port range
This commit is contained in:
parent
450e1b64aa
commit
aa8e7d374c
@ -19,14 +19,14 @@ services:
|
|||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|
||||||
frappe:
|
frappe:
|
||||||
image: frappe/bench:latest
|
build: .
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
volumes:
|
volumes:
|
||||||
- ..:/workspace:cached
|
- ..:/workspace:cached
|
||||||
working_dir: /workspace/development
|
working_dir: /workspace/development
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000-8005:8000-8005"
|
||||||
- "9000:9000"
|
- "9000-9005:9000-9005"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mariadb-vol:
|
mariadb-vol:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user