Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
feat(test): add new docker network for test services
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta committed Aug 9, 2023
1 parent 914ee46 commit 5127cca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installation/docker/dockercompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ services:
alpine:
image: alpine:3.18.2
command: ["sleep", "infinity"]
networks:
- asset
profiles:
- end-to-end-test
labels:
Expand All @@ -185,3 +187,5 @@ volumes:
networks:
default:
name: vmclarity
asset:
name: asset

0 comments on commit 5127cca

Please sign in to comment.