Skip to content

Commit 8129222

Browse files
committed
fix(test): remove unnecessary sections for compose file
1 parent 1d20d10 commit 8129222

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

contrib/docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ services:
2222
timeout: 3s
2323
retries: 10
2424
start_period: 10s
25-
cap_add:
26-
- SYS_ADMIN
27-
privileged: true
28-
security_opt:
29-
- seccomp:unconfined
3025

3126
tap-agent:
3227
build:
@@ -37,7 +32,6 @@ services:
3732
indexer-service:
3833
condition: service_healthy
3934
volumes:
40-
- ./profiling:/opt/profiling:rw
4135
- ./local-network/.env:/opt/.env:ro
4236
- ./local-network/tap-contracts.json:/opt/contracts.json:ro
4337
- ./local-network/horizon.json:/opt/horizon.json:ro

0 commit comments

Comments
 (0)