Skip to content
Snippets Groups Projects

Serve the provider.json at the root of the domain.

Merged micah requested to merge provider.json into main
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
@@ -100,6 +100,23 @@ vpnweb:
@@ -100,6 +100,23 @@ vpnweb:
port: 8000
port: 8000
scheme: http
scheme: http
 
provider:
 
scheduling_group: backend
 
num_instances: 1
 
containers:
 
- name: provider
 
image: registry.0xacab.org/leap/container-platform/static-content:main
 
volumes:
 
- /etc/leap/config/vpnweb: /var/www
 
env:
 
HTTP_PORT: 8080
 
public_endpoints:
 
- name: provider
 
port: 8080
 
scheme: http
 
domains:
 
- "{{ domain_public[0] }}"
 
prometheus-pushgateway:
prometheus-pushgateway:
scheduling_group: backend
scheduling_group: backend
num_instances: 1
num_instances: 1
Loading