17 lines
371 B
YAML
17 lines
371 B
YAML
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
|
|
networks:
|
|
marketplace_penahub_frontend:
|
|
external: true
|