Skip to content

Commit 66edf45

Browse files
committed
chore: Update Dockerfile to include custom sources.list for ffmpeg installation
1 parent 135a841 commit 66edf45

File tree

5 files changed

+138
-3448
lines changed

5 files changed

+138
-3448
lines changed

docker-compose-remote.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727
DATABASE_HOST: db
2828
REDIS_HOST: redis
2929
BCRYPT_ROUNDS: 10
30+
BAK_SERVER: "http://localhost:8080/xxxx"
3031
ports:
3132
- "8119:8080" # Proxy server
3233
- "4343:4343" # WebSocket server (talks with implants)

docker-compose.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ services:
2424
DATABASE_HOST: db
2525
REDIS_HOST: redis
2626
BCRYPT_ROUNDS: 10
27+
BAK_SERVER: "http://localhost:8080/xxxx"
2728
ports:
2829
- "127.0.0.1:8080:8080" # Proxy server
2930
- "127.0.0.1:4343:4343" # WebSocket server (talks with implants)
3031
- "127.0.0.1:8118:8118" # Web panel
3132
healthcheck:
32-
test: ["CMD", "curl", "-f", "http://localhost:8118"]
33-
interval: 30s
34-
timeout: 10s
35-
retries: 5
33+
test: [ "CMD", "curl", "-f", "http://localhost:8118" ]
34+
interval: 30s
35+
timeout: 10s
36+
retries: 5

0 commit comments

Comments
 (0)