Skip to content

Commit

Permalink
use fix versions in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0olo committed Aug 27, 2023
1 parent 5539098 commit 28581b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/smart-contracts/docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: '3.6'
services:

aeproject_node:
image: aeternity/aeternity:${NODE_TAG:-v6.11.0}-bundle
image: aeternity/aeternity:v6.11.0-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:-v7.5.0}
image: aeternity/aesophia_http:v7.5.0
hostname: compiler
ports:
- '3080:3080'
Expand Down

0 comments on commit 28581b5

Please sign in to comment.