heruvym/deployments/staging/docker-compose.yaml
2023-03-01 20:38:03 +03:00

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