Delete dockerapp/ bad folder
This commit is contained in:
parent
4157006d1e
commit
6e261e81d4
11
README.md
11
README.md
@ -1,2 +1,9 @@
|
|||||||
# dockerRicheMont
|
# Set of docker configuration
|
||||||
repository for etcd deployment with script for waiting variable value initialisation
|
|
||||||
|
|
||||||
|
with etcd parameter :
|
||||||
|
|
||||||
|
* tomcat
|
||||||
|
* http-echo-confd
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,45 +0,0 @@
|
|||||||
version: "3.7"
|
|
||||||
services:
|
|
||||||
hello:
|
|
||||||
build:
|
|
||||||
context: ./test.dockerapp/http-echo-confd/
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
args:
|
|
||||||
httpEchoServerVersion: ${image-version}
|
|
||||||
alpineVersion: ${alpine-version}
|
|
||||||
environment:
|
|
||||||
HTTPTEXT: ${response-text}
|
|
||||||
# etcdWait parameter
|
|
||||||
PLATFORM: ${etcdWait-platform}
|
|
||||||
MAX_RETRY: ${etcdWait-max-retry}
|
|
||||||
SLEEP_TIME: ${etcdWait-sleep-time}
|
|
||||||
ports:
|
|
||||||
- ${echo-port}:5678
|
|
||||||
|
|
||||||
etcd:
|
|
||||||
image: bitnami/etcd
|
|
||||||
environment:
|
|
||||||
- ALLOW_NONE_AUTHENTICATION=yes
|
|
||||||
# - ETCD_ADVERTISE_CLIENT_URLS=http://0.0.0.0:2379
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- "2379:2379/tcp"
|
|
||||||
|
|
||||||
tomcat:
|
|
||||||
build:
|
|
||||||
context: ./test.dockerapp/tomcat/
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
args:
|
|
||||||
tomcatVersion: ${tomcat-version}
|
|
||||||
container_name: tomcat
|
|
||||||
volumes:
|
|
||||||
- type: bind
|
|
||||||
source: test.dockerapp/tomcat/webapps
|
|
||||||
target: /usr/local/tomcat/webapps
|
|
||||||
ports:
|
|
||||||
- ${tomcat-port}:8080
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
data-volume:
|
|
||||||
driver: local
|
|
Loading…
Reference in New Issue
Block a user