Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e12d53e

Browse files
committed
update tc-informix docker
1 parent cfc5b80 commit e12d53e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docker/direct-app/docker-compose.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,18 @@ services:
1313
CLUSTER: elasticsearch
1414
NODE_NAME: elasticsearch
1515
tc-informix:
16-
image: "appiriodevops/informix:cbbd0fa"
16+
image: "appiriodevops/tc-database-scripts:73b37cb39abc55ba4456a3773b7c56b9aec2dacf"
1717
hostname: informix.cloud.topcoder.com
18+
container_name: iif_developer_edition
19+
environment:
20+
LICENSE: accept
1821
ports:
1922
- "2021:2021"
23+
- "2022:2022"
24+
- "27017:27017"
25+
- "27018:27018"
26+
- "27883:27883"
27+
tty: true
2028
tc-direct-build:
2129
image: "appiriodevops/direct-app:build"
2230
volumes:

0 commit comments

Comments
 (0)