diff --git a/.travis.yml b/.travis.yml index 6329b76..80f2f02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - DOCKER_COMPOSE_VERSION=1.8.0 # LED build version - also used to tag github repo and docker hub image - - VERSION=0.4.0-SNAPSHOT + - VERSION=0.4.0 services: - docker diff --git a/README.md b/README.md index b2bc459..81de5a8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ LED wants to keep everything as simple as possible. **But it is in very early st The following picture shows you a quick look of a running LED instance. -![](doc/current_5.png?raw=true) +![](doc/current_v0.4.png?raw=true) LED is designed for microservice architecture builds with [docker](https://www.docker.com/). diff --git a/doc/current_5.png b/doc/current_5.png deleted file mode 100644 index 5c78493..0000000 Binary files a/doc/current_5.png and /dev/null differ diff --git a/doc/current_v0.4.png b/doc/current_v0.4.png new file mode 100644 index 0000000..4484ce1 Binary files /dev/null and b/doc/current_v0.4.png differ diff --git a/integ/dev/led.yml b/integ/dev/led.yml index 85c1ad7..6e72666 100644 --- a/integ/dev/led.yml +++ b/integ/dev/led.yml @@ -7,9 +7,9 @@ services: # Basic LED led: - #image: bwnyasse/led - build: - context: ../../images/led + image: bwnyasse/led + # build: + # context: ../../images/led container_name: led ports: - 24224:24224