11 lines
214 B
YAML
11 lines
214 B
YAML
services:
|
|
router:
|
|
image: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
restart: always
|
|
volumes:
|
|
- ./nginx/:/usr/share/nginx/html/test/:ro
|
|
|