13 lines
271 B
INI
13 lines
271 B
INI
[Unit]
|
|
Description=Synapse init container
|
|
|
|
[Container]
|
|
Image=docker.io/matrixdotorg/synapse:latest
|
|
Pod=synapse.pod
|
|
Volume=synapse-data.volume:/data
|
|
Environment=SYNAPSE_SERVER_NAME=test.legonzaur.fr
|
|
Environment=SYNAPSE_REPORT_STATS=no
|
|
Exec=generate
|
|
|
|
[Service]
|
|
Type=oneshot |