Cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2019-05-28 22:06:31 +02:00
parent e0b6ee69f1
commit 3901fe9e9c
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -2,11 +2,10 @@ version: "2"
services: services:
hoc: hoc:
# build: . image: vbrandl/hits-of-code:latest
# image: local/hoc:latest
image: registry.gitlab.com/vbrandl/hoc:latest
volumes: volumes:
- ./repos:/home/hoc/repos - ./repos:/home/hoc/repos
- ./cache:/home/hoc/cache - ./cache:/home/hoc/cache
ports: # ports:
- "127.0.0.1:8080:8080" # - "127.0.0.1:8080:8080"
restart: always