14 lines
294 B
YAML
14 lines
294 B
YAML
version: "3.3"
|
|
services:
|
|
admin_front:
|
|
container_name: admin_front
|
|
restart: unless-stopped
|
|
image: $CI_REGISTRY_IMAGE/main:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
|
networks:
|
|
- default
|
|
hostname: admin
|
|
ports:
|
|
- 10.8.0.8:80:80
|
|
- 10.8.0.8:443:443
|
|
tty: true
|