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

Commit d36ff98

Browse files
committed
Update docker-compose.yml
remove tc-cache dependency
1 parent 984ee63 commit d36ff98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
version: '2'
22
services:
3-
tc-cache:
4-
build: ./docker/tc-cache
5-
image: "tc-cache"
63
tc-informix:
74
image: "appiriodevops/informix:1.1"
85
tc-direct:
@@ -11,7 +8,6 @@ services:
118
image: "appiriodevops/direct-app-base:latest"
129
links:
1310
- "tc-informix"
14-
- "tc-cache"
1511
volumes:
1612
- ".:/root/direct"
1713
command: sh -c "cd /root/direct && ant first_deploy && /root/jboss-4.2.3.GA/bin/run.sh -b 0.0.0.0"

0 commit comments

Comments
 (0)