Skip to content

Commit

Permalink
feat: allow usage of native docker-compose without specifying env
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Aug 30, 2022
1 parent 038ac5e commit f8577e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init/update-artifacts/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:-latest}-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

0 comments on commit f8577e2

Please sign in to comment.