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
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
- mariadb
|
||||
|
||||
foodsoft_worker:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-dev
|
||||
platform: linux/x86_64
|
||||
command: ./proc-start worker
|
||||
volumes:
|
||||
- bundle:/usr/local/bundle
|
||||
|
|
Loading…
Reference in a new issue