version: "3" services: router: container_name: router hostname: router tty: true restart: unless-stopped image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID networks: - marketplace_penahub_frontend - default ports: - 10.6.0.8:80:80 - 10.6.0.8:443:443 - 10.8.0.7:9123:9123 networks: marketplace_penahub_frontend: external: true