Skip to content

Commit

Permalink
I now get it
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-SO committed Dec 19, 2024
1 parent 9c8ba29 commit 3a17de0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

# Define common configurations that can be reused
x-common-environment: &common-environment
NODE_ENV: development
NODE_ENV: staging
APP_PORT: 8080
BASE_URL: https://staging.api.streameth.org
PLAYER_URL: https://staging.player.streameth.org
Expand Down Expand Up @@ -162,7 +162,6 @@ services:
reel-creator:
image: ghcr.io/streamethorg/streameth-platform/reel-creator:staging
environment:
NODE_ENV: development
SERVER_WEBHOOK_URL: https://staging.api.streameth.org/webhook/remotion
SERVER_WEBHOOK_SECRET_FILE: /run/secrets/remotion-webhook-secret
AWS_ACCESS_KEY_ID_FILE: /run/secrets/aws-access-key
Expand Down

0 comments on commit 3a17de0

Please sign in to comment.