Skip to content

Commit 63494bf

Browse files
author
Sean P. Kane
committed
Docker Compose Updates
1 parent dd7bdf0 commit 63494bf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ secret-*
1515
newrelic.js
1616
srbot.rake
1717
centurion-configs
18+
.env

compose.env

+5
Original file line numberDiff line numberDiff line change
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
version: '2'
1+
version: '3'
22
services:
33
mybot:
44
build:
55
context: "."
6-
image: "mybot:latest"
6+
image: "${HUB_USER}/mybot:latest"
77
environment:
88
BIND_ADDRESS: "0.0.0.0"
99
ENVIRONMENT: "development"

0 commit comments

Comments
 (0)