hoc/docker-compose.yml

14 lines
241 B
YAML
Raw Normal View History

2020-11-24 19:33:12 +01:00
version: "3"
2019-04-16 18:12:33 +02:00
services:
hoc:
2019-05-28 22:06:31 +02:00
image: vbrandl/hits-of-code:latest
2019-04-16 18:12:33 +02:00
volumes:
2019-05-28 21:46:47 +02:00
- ./repos:/home/hoc/repos
- ./cache:/home/hoc/cache
2019-05-28 22:06:31 +02:00
# ports:
# - "127.0.0.1:8080:8080"
restart: always
2020-11-24 19:33:12 +01:00
env_file:
- ./.env