Skip to content

Commit

Permalink
resume
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jan 30, 2024
1 parent 9efc0e5 commit 7f2bff7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ services:
DB_PORT: 5432
volumes:
- ./:/app
entrypoint: [ "sleep" ]
command: ["infinity" ]
#command:
# - -f=/app
# - --db-schema=turing
# - --log-level=${LOG_LEVEL:-info}
# - -workers=4
# entrypoint: [ "sleep" ]
# command: ["infinity" ]
command:
- -f=/app
- --db-schema=turing
- --log-level=${LOG_LEVEL:-info}
- -workers=4
healthcheck:
test: ["CMD", "curl", "-f", "http://subquery-node:3000/ready"]
interval: 3s
Expand Down

0 comments on commit 7f2bff7

Please sign in to comment.