Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylmendillo committed Dec 3, 2020
1 parent 1c6fb9b commit 89c9e9f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ version: "3.8"

services:

submit:
build:
context: .
consul:
build: .
entrypoint: /bin/bash
environment:
- INPUT_ADDR=http://10.146.0.5:8500/v1/kv
- INPUT_PATH=pennsignals/
- INPUT_REGEX=""
- INPUT_LOCATION=./epic/local
- INPUT_DEPLOY=staging
- INPUT_CONFIG=deploy_config.yml
restart: always
stdin_open: true # docker run -i
stop_signal: SIGTERM
tty: true # docker run -t
volumes:
- ./:/source/
working_dir: /source

0 comments on commit 89c9e9f

Please sign in to comment.