image tag should be app version
This commit is contained in:
@@ -7,8 +7,6 @@ controllers:
|
|||||||
migrate:
|
migrate:
|
||||||
image:
|
image:
|
||||||
repository: gitea.corredorconect.com/software-engineering/policy-service
|
repository: gitea.corredorconect.com/software-engineering/policy-service
|
||||||
tag: latest
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
@@ -24,8 +22,6 @@ controllers:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: gitea.corredorconect.com/software-engineering/policy-service
|
repository: gitea.corredorconect.com/software-engineering/policy-service
|
||||||
tag: latest
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
env:
|
env:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
PORT: "8080"
|
PORT: "8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user