Update deployments/staging/docker-compose.yaml

This commit is contained in:
Mikhail 2023-04-13 21:00:37 +00:00
parent 09014adbb9
commit 784040a97f

@ -1,11 +1,12 @@
services: services:
admin: dwarfener_front:
container_name: dwarfener_front container_name: dwarfener_front
restart: unless-stopped restart: unless-stopped
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID image: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
networks: networks:
- penahub_frontend - marketplace_penahub_frontend
hostname: dwarfener hostname: dwarfener
tty: true
networks: networks:
penahub_frontend: marketplace_penahub_frontend:
external: true external: true