Fix the oauth2-proxy role, add to playbook
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
networks:
|
||||
- name: bridge
|
||||
- name: nginx-internal
|
||||
command: '/bin/oauth2-proxy --config=/etc/oauth-proxy.cfg'
|
||||
command: '/bin/oauth2-proxy --config=/etc/oauth2-proxy.cfg'
|
||||
volumes:
|
||||
- "{{ data_folder }}/oauth2-proxy/oauth-proxy.cfg:/etc/oauth-proxy.cfg"
|
||||
- "{{ data_folder }}/oauth2-proxy/oauth2-proxy.cfg:/etc/oauth2-proxy.cfg"
|
||||
ports:
|
||||
- "4180:4180"
|
||||
- name: copy oauth2-proxy nginx config
|
||||
|
Reference in New Issue
Block a user