det new container image in deploymenst compose
This commit is contained in:
parent
851af39e18
commit
9aad5c0ac3
@ -3,14 +3,9 @@ services:
|
|||||||
hub:
|
hub:
|
||||||
container_name: hub
|
container_name: hub
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
image: gitea.pena:3000/penaside/front-hub/staging:$GITHUB_RUN_NUMBER
|
||||||
networks:
|
|
||||||
- marketplace_penahub_frontend
|
|
||||||
labels:
|
labels:
|
||||||
com.pena.domains: shub.pena.digital
|
com.pena.domains: shub.pena.digital
|
||||||
hostname: hub
|
hostname: hub
|
||||||
tty: true
|
tty: true
|
||||||
networks:
|
|
||||||
marketplace_penahub_frontend:
|
|
||||||
external: true
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user