Skip to content

Commit

Permalink
chore: add more environments
Browse files Browse the repository at this point in the history
  • Loading branch information
webhookx-x committed Sep 26, 2024
1 parent 52b1abe commit e58b779
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
container_name: webhookx-migration
environment:
WEBHOOKX_DATABASE_HOST: webhookx-database
WEBHOOKX_DATABASE_USERNAME: webhookx
WEBHOOKX_DATABASE_DATABASE: webhookx
WEBHOOKX_DATABASE_PORT: 5432
command: webhookx migrations up
depends_on:
webhookx-database:
Expand All @@ -14,7 +17,11 @@ services:
container_name: webhookx
environment:
WEBHOOKX_DATABASE_HOST: webhookx-database
WEBHOOKX_DATABASE_USERNAME: webhookx
WEBHOOKX_DATABASE_DATABASE: webhookx
WEBHOOKX_DATABASE_PORT: 5432
WEBHOOKX_REDIS_HOST: redis
WEBHOOKX_REDIS_PORT: 6379
WEBHOOKX_ADMIN_LISTEN: 0.0.0.0:8080
WEBHOOKX_WORKER_ENABLED: true
WEBHOOKX_PROXY_LISTEN: 0.0.0.0:8081
Expand Down

0 comments on commit e58b779

Please sign in to comment.