Gitea : fix service name. Prep pour podman-compose 1.+ (3)

This commit is contained in:
Gitouche 2022-09-03 14:15:07 +02:00
parent 9a66ed35e3
commit b3c1ac3d4f
1 changed files with 1 additions and 1 deletions

View File

@ -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'