hoc/docker-compose.yml
Valentin Brandl 1eade03b63
All checks were successful
continuous-integration/drone/push Build is passing
Load env in docker-compose setup
2020-11-24 19:33:12 +01:00

14 lines
241 B
YAML

version: "3"
services:
hoc:
image: vbrandl/hits-of-code:latest
volumes:
- ./repos:/home/hoc/repos
- ./cache:/home/hoc/cache
# ports:
# - "127.0.0.1:8080:8080"
restart: always
env_file:
- ./.env