d74f05c0d1
Reviewed-on: #14 Co-authored-by: stevensting <stefan@klasse-methode.it> Co-committed-by: stevensting <stefan@klasse-methode.it>
14 lines
254 B
YAML
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} |