17 lines
314 B
YAML
17 lines
314 B
YAML
|
services:
|
||
|
router:
|
||
|
container_name: router
|
||
|
hostname: router
|
||
|
tty: true
|
||
|
restart: unless-stopped
|
||
|
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF.$CI_PIPELINE_ID
|
||
|
networks:
|
||
|
- marketplace_penahub_frontend
|
||
|
- default
|
||
|
expose:
|
||
|
- 80
|
||
|
- 443
|
||
|
ports:
|
||
|
- 80:80
|
||
|
- 443:443
|