We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b5683 commit 735f162Copy full SHA for 735f162
1 file changed
compose.yml
@@ -1,7 +1,7 @@
1
name: dracor
2
services:
3
api:
4
- image: dracor/api:1.2.0-beta.1
+ image: dracor/api:1.2.0
5
environment:
6
- DRACOR_API_BASE=http://localhost:8088/api/v1
7
- EXIST_PASSWORD
@@ -15,7 +15,7 @@ services:
15
metrics:
16
image: dracor/metrics:1.5.1
17
frontend:
18
- image: dracor/frontend:2.4.1
+ image: dracor/frontend:2.5.1
19
20
NGINX_RESOLVER: "127.0.0.11"
21
DRACOR_API_HOST: http://api:8080
0 commit comments