Skip to content

Commit

Permalink
chore: use latest aeproject
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Jan 16, 2023
1 parent 02831f1 commit 214c5c1
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 240 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
node_modules
build
.vscode
.idea/
.DS_Store
*.aes.js
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'
services:

aeproject_node:
image: aeternity/aeternity:${NODE_TAG}-bundle
image: aeternity/aeternity:${NODE_TAG:-v6.5.2}-bundle
hostname: node
environment:
AETERNITY_CONFIG: /home/aeternity/aeternity.yaml
Expand All @@ -11,7 +11,7 @@ services:
- './docker/accounts.json:/home/aeternity/node/data/aecore/.genesis/accounts_test.json'

aeproject_compiler:
image: aeternity/aesophia_http:${COMPILER_TAG}
image: aeternity/aesophia_http:${COMPILER_TAG:-v6.1.0}
hostname: compiler
ports:
- '3080:3080'
Expand Down
Loading

0 comments on commit 214c5c1

Please sign in to comment.