Skip to content

Commit dbe09c5

Browse files
author
Layko Andrey
committed
some
1 parent a815657 commit dbe09c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose-server.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
version: "2.4"
22
services:
33
backend:
4-
image: $CI_REGISTRY_IMAGE:$DOCKERIMAGE_TAG
4+
image: openplatform/open-state:${{ github.event.release.tag_name }}
55
depends_on:
66
- mongo
77
mongo:
8-
image: mongo
8+
image: mongo:4.4.0
99
restart: always
1010
ports:
1111
- 27017:27017
1212
environment:
1313
MONGO_INITDB_ROOT_USERNAME: open_state
14-
MONGO_INITDB_ROOT_PASSWORD: $MONGO_PASSWORD
14+
MONGO_INITDB_ROOT_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
1515
redis:
16-
image: redis
16+
image: redis:6.0.7
1717
ports:
1818
- 6379:6379

0 commit comments

Comments
 (0)