11 lines
251 B
Text
11 lines
251 B
Text
|
[Container]
|
||
|
ContainerName=gisaf-backend-initdb
|
||
|
Image=code.philo.ydns.eu/philorg/gisaf-backend:latest
|
||
|
Pod=gisaf.pod
|
||
|
#Network=gisaf # Defined in the pod
|
||
|
Environment=GISAF__DB__HOST=gisaf-database
|
||
|
Exec=gisaf create-db
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|