Skip to content

Commit

Permalink
fix: remove pg
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Jan 11, 2025
1 parent 35a289f commit 7b5af48
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- /srv/media:/app/media
- ./logs/:/logs/
depends_on:
- postgres

- valkey
env_file:
- .env
Expand All @@ -35,7 +35,7 @@ services:
- .env
depends_on:
- valkey
- postgres

healthcheck:
test: ["CMD", "/opt/pysetup/.venv/bin/celery", "worker", "-A", "dischannelsaver", "--loglevel=info"]
interval: 10s
Expand All @@ -54,7 +54,6 @@ services:
- .env
depends_on:
- valkey
- postgres
healthcheck:
test: ["CMD", "/opt/pysetup/.venv/bin/celery", "beat", "-A", "dischannelsaver", "--loglevel=info"]
interval: 10s
Expand All @@ -75,7 +74,7 @@ services:
- 5557:5555
depends_on:
- valkey
- postgres


volumes:
static_volume:
Expand Down

0 comments on commit 7b5af48

Please sign in to comment.