Update docker-compose.yaml

This commit is contained in:
Mikhail 2024-01-15 13:44:11 +00:00
parent e8d0092293
commit 85b66f37ed

@ -4,7 +4,7 @@ services:
hostname: router hostname: router
tty: true tty: true
restart: unless-stopped restart: unless-stopped
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
networks: networks:
- marketplace_penahub_frontend - marketplace_penahub_frontend
- default - default