Skip to content

Commit 9854ba7

Browse files
author
Anze
committed
Add docker-compose.dev.yml for easier local building of Docker images
1 parent 1a614bf commit 9854ba7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker-compose.dev.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: '2.1'
2+
services:
3+
4+
# Build a local Docker image. Usage:
5+
# $ docker-compose -f docker-compose.dev.yml build
6+
7+
grafolean-snmp-bot:
8+
image: grafolean/grafolean-snmp-bot
9+
container_name: grafolean-snmp-bot
10+
build:
11+
context: .
12+
dockerfile: Dockerfile

0 commit comments

Comments
 (0)