mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:58:34 +01:00
fix: add oauth for resume
This commit is contained in:
@@ -165,6 +165,7 @@
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
- reactive-resume
|
||||
|
||||
- name: include services ports
|
||||
include_vars: services.yaml
|
||||
@@ -181,6 +182,7 @@
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
- reactive-resume
|
||||
|
||||
- name: Deploy OAuth2Proxy
|
||||
community.docker.docker_compose:
|
||||
@@ -194,3 +196,4 @@
|
||||
- atlantis-verify
|
||||
- soundlib-interface
|
||||
- python-flask-picture-factory
|
||||
- reactive-resume
|
||||
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
image: amruthpillai/reactive-resume:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5005:3000
|
||||
- {{ services[item].port + 1000 }}:3000
|
||||
networks:
|
||||
- resume
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user