Skip to content

Commit

Permalink
Use discord_api_proxy instead of twilight http proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Dec 27, 2023
1 parent fe8d730 commit fd07469
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,22 +192,6 @@ services:
- "traefik.http.routers.sushii-web-staging.rule=Host(`staging.sushii.xyz`)"
- "traefik.http.routers.sushii-web-staging.entrypoints=secure"
- "traefik.http.routers.sushii-web-staging.tls.certresolver=acme"
sushii-feeds:
image: ghcr.io/sushiibot/sushii-feeds:latest
container_name: sushii-feeds
restart: unless-stopped
expose:
- "50051"
env_file:
- .env
environment:
- RUST_LOG=sushii_feeds=debug,info
# different from sushii, should not include http://
- TWILIGHT_API_PROXY_URL=twilight-http-proxy:80
networks:
- sushii_net
labels:
- "traefik.enable=false"
twilight-http-proxy:
logging:
options:
Expand Down Expand Up @@ -270,7 +254,7 @@ services:
env_file:
- .env
environment:
- TWILIGHT_API_PROXY_URL=http://twilight-http-proxy:80
- TWILIGHT_API_PROXY_URL=http://discord_api_proxy:8080
networks:
- sushii_net
labels:
Expand All @@ -282,7 +266,7 @@ services:
expose:
- "8080"
environment:
- TWILIGHT_API_PROXY_URL=twilight-http-proxy:80
- TWILIGHT_API_PROXY_URL=discord_api_proxy:8080
- TOP_GG_AUTH=${TOP_GG_AUTH}
- PUBLIC_LOG_CHANNEL=${PUBLIC_LOG_CHANNEL}
networks:
Expand Down

0 comments on commit fd07469

Please sign in to comment.