14 lines
418 B
YAML
14 lines
418 B
YAML
|
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
|