Files
bonfire/compose.github.yml
T
2026-07-07 11:50:43 +02:00

14 lines
254 B
YAML

version: "3.8"
services:
app:
environment:
- GITHUB_TOKEN_FILE=/run/secrets/github_token
secrets:
- github_token
secrets:
github_token:
external: true
name: ${STACK_NAME}_github_token_${SECRET_GITHUB_TOKEN_VERSION:-v1}