merge remote
This commit is contained in:
commit
7ad4b0b438
|
@ -10,6 +10,8 @@ services:
|
||||||
- "5431:5432"
|
- "5431:5432"
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env.sample
|
- ./.env.sample
|
||||||
|
volumes:
|
||||||
|
- db:/var/lib/postgresql/data
|
||||||
app:
|
app:
|
||||||
container_name: app
|
container_name: app
|
||||||
build: ./
|
build: ./
|
||||||
|
@ -47,4 +49,7 @@ services:
|
||||||
- db
|
- db
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
entrypoint: ["/bin/sh", "-c"]
|
||||||
command:
|
command:
|
||||||
- node worker/index.js
|
- node worker/index.js
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
db:
|
Loading…
Reference in New Issue