Skip to content

Commit

Permalink
feat: add the aesophia compiler image to the docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed May 27, 2019
1 parent a5b5a87 commit d58baa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
TAG=master
COMPILER_TAG=v2.1.0
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ services:
- ${PWD}/build/docker/keys/node:/home/aeternity/node/keys
- node_db:/home/aeternity/node/data/mnesia
- node_keys:/home/aeternity/node/keys

compiler:
image: aeternity/aesophia_http:${COMPILER_TAG}
hostname: compiler
expose: [3080]
volumes:
node_db:
node_keys:

0 comments on commit d58baa2

Please sign in to comment.