Skip to content

Commit

Permalink
Fixing pictrs api_key (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Jun 29, 2023
1 parent 2499847 commit 7e00bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
# entrypoint: /sbin/tini -- /usr/local/bin/pict-rs -p /mnt -m 4 --image-format webp
environment:
- PICTRS_OPENTELEMETRY_URL=http://otel:4137
- PICTRS__API_KEY=API_KEY
- PICTRS__API_KEY={{ postgres_password }}
- RUST_LOG=debug
- RUST_BACKTRACE=full
- PICTRS__MEDIA__VIDEO_CODEC=vp9
Expand Down

0 comments on commit 7e00bac

Please sign in to comment.