Compare commits
3 Commits
c2fd6236fe
...
f5735d39d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5735d39d3 | ||
|
|
792cf4ef39 | ||
|
|
c4256847c9 |
@@ -9,6 +9,7 @@ service_proxy_pass_host_header: true
|
|||||||
service_proxy_auth_type: none
|
service_proxy_auth_type: none
|
||||||
|
|
||||||
service_container_ip: ""
|
service_container_ip: ""
|
||||||
|
service_container_hostname: ""
|
||||||
service_container_additional_networks: []
|
service_container_additional_networks: []
|
||||||
service_container_user: ""
|
service_container_user: ""
|
||||||
service_container_publish_ports: []
|
service_container_publish_ports: []
|
||||||
|
|||||||
@@ -82,6 +82,11 @@ argument_specs:
|
|||||||
type: str
|
type: str
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ""
|
||||||
|
service_container_hostname:
|
||||||
|
description: Hostname to set inside the container.
|
||||||
|
type: str
|
||||||
|
required: false
|
||||||
|
default: ""
|
||||||
service_container_additional_networks:
|
service_container_additional_networks:
|
||||||
description: >-
|
description: >-
|
||||||
A list of additional podman networks for the service container (in
|
A list of additional podman networks for the service container (in
|
||||||
|
|||||||
@@ -44,6 +44,7 @@
|
|||||||
container_devices: "{{ service_container_devices }}"
|
container_devices: "{{ service_container_devices }}"
|
||||||
container_publish_ports: "{{ _service_container_publish_ports }}"
|
container_publish_ports: "{{ _service_container_publish_ports }}"
|
||||||
container_networks: "{{ _service_container_networks }}"
|
container_networks: "{{ _service_container_networks }}"
|
||||||
|
container_hostname: "{{ service_container_hostname }}"
|
||||||
container_secrets: "{{ _service_container_secrets }}"
|
container_secrets: "{{ _service_container_secrets }}"
|
||||||
container_env: "{{ service_container_env }}"
|
container_env: "{{ service_container_env }}"
|
||||||
container_add_capabilities: "{{ service_container_add_capabilities }}"
|
container_add_capabilities: "{{ service_container_add_capabilities }}"
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
service_domains: "{{ [synapse_external_domain] }}"
|
service_domains: "{{ [synapse_external_domain] }}"
|
||||||
service_vhost_locations:
|
service_vhost_locations:
|
||||||
- path: ^/_matrix/client/.*/(login|logout|refresh).*$
|
- path: ^/_matrix/client/.*/(login|logout|refresh).*$
|
||||||
proxy_target_socket: /run/matrix-authentication-service-socat.sock
|
proxy_target_socket: /run/matrix-authentication-service-caddy-socket-proxy.sock
|
||||||
service_wants:
|
service_wants:
|
||||||
- matrix-authentication-service.service
|
- matrix-authentication-service.service
|
||||||
|
|
||||||
|
|||||||
@@ -61,10 +61,12 @@
|
|||||||
env:
|
env:
|
||||||
DATABASE_URL_FILE: /run/secrets/postgres-url
|
DATABASE_URL_FILE: /run/secrets/postgres-url
|
||||||
MODE: worker
|
MODE: worker
|
||||||
WORKER_TYPE: native
|
WORKER_GROUP: native
|
||||||
NATIVE_MODE: "true"
|
NATIVE_MODE: "true"
|
||||||
NUM_WORKERS: "8"
|
NUM_WORKERS: "8"
|
||||||
SLEEP_QUEUE: "200"
|
SLEEP_QUEUE: "200"
|
||||||
|
ENABLE_UNSHARE_PID: "true"
|
||||||
|
UNSHARE_ISOLATION_FLAGS: "--user --map-root-user --pid --fork"
|
||||||
- name: lsp
|
- name: lsp
|
||||||
image: ghcr.io/windmill-labs/windmill-extra:latest
|
image: ghcr.io/windmill-labs/windmill-extra:latest
|
||||||
secrets: []
|
secrets: []
|
||||||
|
|||||||
Reference in New Issue
Block a user