Gitea : fix service name. Prep pour podman-compose 1.+ (3)
This commit is contained in:
parent
9a66ed35e3
commit
b3c1ac3d4f
|
@ -17,7 +17,7 @@ envvars='GARBAYE_GITEA_POSTGRES_PASSWORD'
|
|||
## internal vars : do not touch
|
||||
project_name=${PWD##*/}
|
||||
pod_name="${project_name}"
|
||||
service_name="pod-${project_name}.service"
|
||||
service_name="pod-${pod_name}.service"
|
||||
get_default_iface_ipv4 GARBAYE_GITEA_SMTP_SERVER
|
||||
upstream_images="${gitea_image} ${postgres_image}"
|
||||
confvolume='podman-gitea_gitea-config'
|
||||
|
|
Loading…
Reference in a new issue