merge remote

This commit is contained in:
keyan 2023-06-13 09:20:38 -05:00
commit 7ad4b0b438
1 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,8 @@ services:
- "5431:5432"
env_file:
- ./.env.sample
volumes:
- db:/var/lib/postgresql/data
app:
container_name: app
build: ./
@ -48,3 +50,6 @@ services:
entrypoint: ["/bin/sh", "-c"]
command:
- node worker/index.js
volumes:
db: