Skip to content

Commit 348d8cf

Browse files
author
Anze
committed
Use a single docker-compose.yml file for both building and running containers
1 parent dc98053 commit 348d8cf

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

docker-compose.dev.yml

-12
This file was deleted.

docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ services:
1313
# image: grafolean/grafolean-snmp-bot:v1.0.0
1414
image: grafolean/grafolean-snmp-bot
1515
container_name: grafolean-snmp-bot
16+
build:
17+
context: .
18+
dockerfile: Dockerfile
1619
environment:
1720
# Backend url must be set to the address of the Grafolean backend, for example this uses Grafolean hosted service:
1821
# - BACKEND_URL=https://grafolean.com/api

0 commit comments

Comments
 (0)