mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 06:48:33 +01:00
feat: move soundlib to kube1 container
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
- reactive-resume
|
||||
- hedgedoc
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
|
||||
- name: Copy AtlantisHub config
|
||||
copy:
|
||||
@@ -95,6 +96,7 @@
|
||||
- reactive-resume
|
||||
- hedgedoc
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
|
||||
- name: Copy compose templates
|
||||
template:
|
||||
@@ -114,6 +116,7 @@
|
||||
- reactive-resume
|
||||
- hedgedoc
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
|
||||
- name: Log into private registry
|
||||
docker_login:
|
||||
@@ -141,6 +144,7 @@
|
||||
- reactive-resume
|
||||
- hedgedoc
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
|
||||
- name: OAuth2Proxy directories
|
||||
file:
|
||||
@@ -153,6 +157,7 @@
|
||||
- grafana
|
||||
- async-icinga
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
|
||||
- name: include services ports
|
||||
include_vars: services.yaml
|
||||
@@ -167,6 +172,7 @@
|
||||
- grafana
|
||||
- async-icinga
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose:
|
||||
@@ -178,3 +184,4 @@
|
||||
- grafana
|
||||
- async-icinga
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
|
||||
14
roles/docker-deployments/templates/soundlib-interface.yaml
Normal file
14
roles/docker-deployments/templates/soundlib-interface.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
services:
|
||||
soundlib:
|
||||
image: harbor-registry.atlantishq.de/atlantishq/atlantis-soundlib:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "6014:5000"
|
||||
environment:
|
||||
S3_BUCKET: soundlib
|
||||
AWS_ACCESS_KEY_ID: {{ SOUNDLIB_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: {{ SOUNDLIB_AWS_SECRET_ACCESS_KEY }}
|
||||
S3_ENDPOINT: {{ SOUNDLIB_S3_ENDPOINT }}
|
||||
volumes:
|
||||
- /data/soundlib/:/app/instance/
|
||||
Reference in New Issue
Block a user