fix development pt 2
This commit is contained in:
parent
8d2ec827cd
commit
3dc806317e
1 changed files with 2 additions and 1 deletions
|
@ -6,12 +6,13 @@ services:
|
||||||
command: ./proc-start web
|
command: ./proc-start web
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
depends_on:
|
||||||
|
- mariadb
|
||||||
|
|
||||||
foodsoft_worker:
|
foodsoft_worker:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile-dev
|
dockerfile: Dockerfile-dev
|
||||||
platform: linux/x86_64
|
|
||||||
command: ./proc-start worker
|
command: ./proc-start worker
|
||||||
volumes:
|
volumes:
|
||||||
- bundle:/usr/local/bundle
|
- bundle:/usr/local/bundle
|
||||||
|
|
Loading…
Reference in a new issue