File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3.8"
2
2
services :
3
- twilight-http-proxy :
3
+ discord_api_proxy :
4
4
ports :
5
- - " 3001:80"
6
- environment :
7
- - RUST_LOG=twilight_http_proxy=trace
5
+ - " 3001:8080"
8
6
shlink :
9
7
ports :
10
8
- " 8080:8080"
11
- keydb :
12
- ports :
13
- - " 6379:6379"
Original file line number Diff line number Diff line change @@ -21,10 +21,8 @@ services:
21
21
- DISCORD_TOKEN=$DISCORD_TOKEN
22
22
- APPLICATION_ID=193163942502072320
23
23
- DATABASE_URL=$DATABASE_URL
24
- - SUSHII_GRAPHQL_WS_URL=ws://sushii_data:8080/graphql
25
- - SUSHII_GRAPHQL_TOKEN=$SUSHII_GRAPHQL_TOKEN
26
24
- SENTRY_DSN=$SENTRY_DSN
27
- - TWILIGHT_PROXY_URL =http://twilight-http-proxy:80 /api
25
+ - DISCORD_API_PROXY_URL =http://discord_api_proxy:8080 /api
28
26
- SUSHII_IMAGE_SERVER_URL=http://sushii-image-server:3000
29
27
- TRACING_EXPORTER_URL=http://host.docker.internal:4318/v1/traces
30
28
# Notifications
@@ -40,6 +38,12 @@ services:
40
38
- " traefik.enable=false"
41
39
- " logging=promtail"
42
40
- " logging_jobname=sushii_worker"
41
+ discord_api_proxy :
42
+ image : discordjs/proxy
43
+ container_name : discord_api_proxy
44
+ restart : unless-stopped
45
+ expose :
46
+ - " 8080"
43
47
sushii_data :
44
48
build :
45
49
dockerfile : ./dockerfiles/sushii-data/Dockerfile
You can’t perform that action at this time.
0 commit comments