Skip to content

Commit 61648e4

Browse files
committed
added endpoint url
1 parent 1b4dcaf commit 61648e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.dokploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ services:
4747
- TARGET_TABLES="account,clan,app_configuration,application_command,user,user_connection,user_subscription,user_content,user_restriction,moderation_request,widget_settings"
4848
- DATABASE_URL="postgresql://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}/${DATABASE_NAME}?sslmode=disable"
4949
- S3_BUCKET=${DATABASE_BACKUP_S3_BUCKET}
50+
- ENDPOINT_URL=${DATABASE_BACKUP_ENDPOINT_URL}
5051
- AWS_ACCESS_KEY_ID=${DATABASE_BACKUP_AWS_ACCESS_KEY_ID}
5152
- AWS_SECRET_ACCESS_KEY=${DATABASE_BACKUP_AWS_SECRET_ACCESS_KEY}
5253
depends_on:

0 commit comments

Comments
 (0)