Skip to content

Commit

Permalink
Use .env file for automatically built images
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Moore <[email protected]>
  • Loading branch information
drmrd committed Dec 6, 2023
1 parent 54e11c4 commit 26afe3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TAG=0.0.6
TAG=0.0.8
6 changes: 3 additions & 3 deletions docker-compose.ocpp16j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: "3.6"

services:
mqtt-server:
image: ghcr.io/us-joet/everest-demo/mqtt-server:0.0.1
image: ghcr.io/us-joet/everest-demo/mqtt-server:${TAG}
platform: linux/x86_64
logging:
driver: none

manager:
image: ghcr.io/us-joet/everest-demo/manager:0.0.2
image: ghcr.io/us-joet/everest-demo/manager:${TAG}
platform: linux/x86_64
depends_on:
- mqtt-server
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
- ocpp-db

nodered:
image: ghcr.io/us-joet/everest-demo/nodered:0.0.2
image: ghcr.io/us-joet/everest-demo/nodered:${TAG}
depends_on:
- mqtt-server
ports:
Expand Down

0 comments on commit 26afe3f

Please sign in to comment.