12 lines
251 B
YAML
12 lines
251 B
YAML
|
services:
|
||
|
admin:
|
||
|
container_name: admin_front
|
||
|
restart: unless-stopped
|
||
|
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
||
|
networks:
|
||
|
- penahub_frontend
|
||
|
hostname: hub
|
||
|
networks:
|
||
|
penahub_frontend:
|
||
|
external: true
|