aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/docker-compose.yaml')
-rw-r--r--contrib/docker-compose.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/docker-compose.yaml b/contrib/docker-compose.yaml
index 7ba8c2d..3ca7981 100644
--- a/contrib/docker-compose.yaml
+++ b/contrib/docker-compose.yaml
@@ -1,6 +1,6 @@
1version: '3' 1version: '3'
2services: 2services:
3 checkin.bot: 3 checkinbot:
4 image: "clarkzjw/checkin.bot:latest" 4 image: "clarkzjw/checkin.bot:latest"
5 restart: always 5 restart: always
6 volumes: 6 volumes:
@@ -9,5 +9,14 @@ services:
9 ports: 9 ports:
10 - "8080:8080" 10 - "8080:8080"
11 11
12 krakend:
13 image: "devopsfaith/krakend:latest"
14 restart: always
15 ports:
16 - "8081:8080"
17 - "9091:9091"
18 volumes:
19 - "./krakend.json:/etc/krakend/krakend.json"
20
12volumes: 21volumes:
13 sqlite3: 22 sqlite3:
Powered by cgit v1.2.3 (git 2.41.0)