18 lines
395 B
YAML
18 lines
395 B
YAML
version: "3.3"
|
|
services:
|
|
admin_front:
|
|
container_name: admin_front
|
|
restart: unless-stopped
|
|
image: $CI_REGISTRY_IMAGE/staging:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
|
networks:
|
|
- marketplace_penahub_frontend
|
|
- default
|
|
hostname: admin
|
|
ports:
|
|
- 10.8.0.7:80:80
|
|
- 10.8.0.7:443:443
|
|
tty: true
|
|
networks:
|
|
marketplace_penahub_frontend:
|
|
external: true
|