16 lines
320 B
YAML
16 lines
320 B
YAML
version: "3.3"
|
|
services:
|
|
heruvym:
|
|
container_name: heruvym
|
|
restart: unless-stopped
|
|
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
|
|
networks:
|
|
- backend_external
|
|
hostname: heruvym
|
|
tty: true
|
|
networks:
|
|
backend_external:
|
|
driver: bridge
|
|
attachable: true
|
|
internal: true
|