Skip to content

Commit 489babe

Browse files
committed
Protect token
1 parent 767a652 commit 489babe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.env
2+
config.yaml

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
version: '3.2'
22

33
services:
44
bloomsky:
@@ -9,7 +9,7 @@ services:
99
volumes:
1010
- ./config.yaml:/config.yaml
1111
environment:
12-
- bloomskyAccessToken="yourtocken"
12+
- bloomskyAccessToken=${bloomskyAccessToken}
1313
labels:
1414
- traefik.port=1111
1515
- traefik.frontend.rule=Host:bloomsky.services.alin.be

0 commit comments

Comments
 (0)