mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:51:37 +01:00
fix: dynamic service ports verify & soundlib
This commit is contained in:
@@ -23,6 +23,6 @@ atlantis-verify:
|
||||
DISPATCH_AUTH_PASSWORD: {{ event_dispatcher_pass }}
|
||||
|
||||
ports:
|
||||
- 6013:5000
|
||||
- {{ services[item].port + 1000 }}:5000
|
||||
volumes:
|
||||
- /data/atlantis-verify/instance/:/app/instance/
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
image: harbor-registry.atlantishq.de/atlantishq/atlantis-soundlib:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "6014:5000"
|
||||
- "{{ services[item].port + 1000 }}:5000"
|
||||
environment:
|
||||
S3_BUCKET: soundlib
|
||||
AWS_ACCESS_KEY_ID: {{ SOUNDLIB_AWS_ACCESS_KEY_ID }}
|
||||
|
||||
Reference in New Issue
Block a user