Add docker

This commit is contained in:
Andros Fenollosa
2024-05-26 15:36:02 +02:00
parent 7241455afd
commit b9e58d77fd
5 changed files with 32 additions and 6 deletions

13
compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
importart-stories-alert-for-hacker-news:
restart: always
build:
context: .
dockerfile: Dockerfile
image: clojure:temurin-8-lein-bookworm-slim
volumes:
- ./Makefile:/usr/src/app/Makefile
- ./isahn_history.json:/usr/src/app/isahn_history.json
- ./config.edn:/usr/src/app/config.edn
- ./src/:/usr/src/app/src/
- ./project.clj:/usr/src/app/project.clj