Skip to content

Commit 656b5f1

Browse files
committed
added missing variable in ENV
1 parent 7c3fc58 commit 656b5f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
SIGNAL_API_URL: http://signal-api:8080
2525
DEFAULT_RECIPIENTS: '[ "000", "001", "002" ]'
2626
SENDER: 123456789
27+
API_TOKEN: LOOOOOONG_STRING
2728
ports:
2829
- "8880:8880"
2930
restart: unless-stopped

examples/traefik.docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
SIGNAL_API_URL: http://signal-api:8080
1313
DEFAULT_RECIPIENTS: '[ "000", "001", "002" ]'
1414
SENDER: 123456789
15+
API_TOKEN: LOOOOOONG_STRING
1516
labels:
1617
- traefik.enable=true
1718
- traefik.http.routers.signal-api.rule=Host(`signal-api.mydomain.com`)

0 commit comments

Comments
 (0)