Skip to content

Commit

Permalink
chore: fix interpolations
Browse files Browse the repository at this point in the history
  • Loading branch information
3mcd committed Mar 3, 2025
1 parent 125ff68 commit a3ceb32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ services:
platform:
environment:
POSTGRES_USER: preview
POSTGRES_PASSWORD: "${{ secrets.PREVIEW_POSTGRES_PASSWORD }}"
POSTGRES_PASSWORD: ${{ secrets.PREVIEW_POSTGRES_PASSWORD }}
POSTGRES_DB: preview
MINIO_ROOT_USER: preview
MINIO_ROOT_PASSWORD: "${{ secrets.PREVIEW_MINIO_ROOT_PASSWORD }}"
MINIO_ROOT_PASSWORD: ${{ secrets.PREVIEW_MINIO_ROOT_PASSWORD }}
ASSETS_UPLOAD_KEY: preview
ASSETS_UPLOAD_SECRET_KEY: "${{ secrets.PREVIEW_ASSETS_UPLOAD_SECRET_KEY }}"
ASSETS_UPLOAD_SECRET_KEY: ${{ secrets.PREVIEW_ASSETS_UPLOAD_SECRET_KEY }}
seed:
image: alpine:latest
entrypoint: >
Expand Down

0 comments on commit a3ceb32

Please sign in to comment.