We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bc1c0 commit 5815352Copy full SHA for 5815352
1 file changed
docker-compose-server.yml
@@ -1,7 +1,7 @@
1
version: "2.4"
2
services:
3
backend:
4
- image: ${ IMAGE_TAG }
+ image: $IMAGE_TAG
5
depends_on:
6
- mongo
7
- redis
@@ -12,7 +12,7 @@ services:
12
- 27017:27017
13
environment:
14
MONGO_INITDB_ROOT_USERNAME: open_state
15
- MONGO_INITDB_ROOT_PASSWORD: ${ MONGODB_PASSWORD }
+ MONGO_INITDB_ROOT_PASSWORD: $MONGODB_PASSWORD
16
redis:
17
image: redis:6.0.7
18
ports:
0 commit comments