heruvym/deployments/staging/docker-compose.yaml

16 lines
320 B
YAML
Raw Normal View History

2023-03-01 17:38:03 +00:00
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