feat(common): Release v2.2.0 (#223)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-11-10 21:31:03 +01:00 committed by GitHub
parent 8b21e9f6c7
commit 8bfc33eb8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 244 additions and 47 deletions

View file

@ -2,7 +2,6 @@ controllers:
main:
containers:
main:
order: 1
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 30
@ -21,6 +20,9 @@ controllers:
enabled: true
a-container:
dependsOn:
- main
- third-container
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 30
@ -29,6 +31,7 @@ controllers:
HTTPS_PORT: 9998
third-container:
dependsOn: main
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 30