We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7bdf0 commit 63494bfCopy full SHA for 63494bf
.gitignore
@@ -15,3 +15,4 @@ secret-*
15
newrelic.js
16
srbot.rake
17
centurion-configs
18
+.env
compose.env
@@ -0,0 +1,5 @@
1
+# This file should be updated and copied to .env
2
+STUDENT_ID=unknown
3
+SLACK_TOKEN=unkown
4
+HUB_USER=unknown
5
+
docker-compose.yaml
@@ -1,9 +1,9 @@
-version: '2'
+version: '3'
services:
mybot:
build:
context: "."
6
- image: "mybot:latest"
+ image: "${HUB_USER}/mybot:latest"
7
environment:
8
BIND_ADDRESS: "0.0.0.0"
9
ENVIRONMENT: "development"
0 commit comments