Compose image

main
lars 2023-10-06 15:55:37 -05:00
parent 711f36f4da
commit b125237880
2 changed files with 2 additions and 1 deletions

2
.env
View File

@ -1,2 +1,2 @@
HOST=dvdemo1.localhost
ECHO_PATH=echo1
ECHO_PATH=echo

View File

@ -3,6 +3,7 @@ version: '3.4'
services:
http-echo:
build:
image: ${COMPOSE_PROJECT_NAME}_httpecho
context: ./
dockerfile: httpecho.Dockerfile
expose: