version: '3' services: giteahook: build: . container_name: giteahook volumes: - ".:/data" tty: true ports: - '8000:8001'