We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1646619 commit 01effccCopy full SHA for 01effcc
1 file changed
docker-compose.yml
@@ -3,16 +3,15 @@ services:
3
bashbot:
4
build:
5
context: .
6
- dockerfile: dockerfiles/Dockerfile.bashbot
+ dockerfile: dockerfiles/bashbot.Dockerfile
7
volumes:
8
- ./data:/data
9
- command: [$BOT_TOKEN, $WEATHER_TOKEN]
10
env_file: builder/.tokens
11
restart: always
12
builder:
13
14
15
- dockerfile: dockerfiles/Dockerfile.builder
+ dockerfile: dockerfiles/builder.Dockerfile
16
17
- .:/bashbot
18
- /var/run/docker.sock:/var/run/docker.sock
0 commit comments