Files
marquiz-metrics/docker-compose.prod.yml
13orlov b05a6165aa
All checks were successful
continuous-integration/drone/push Build is passing
good release 2.0 code name: chiki-puki
2025-08-31 22:28:24 +01:00

16 lines
425 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

version: '3.8'
services:
app:
# Уникальное имя для Production-контейнера
container_name: marquiz-metrics-prod-app
# Подключаем Production-конфиг
env_file: .env.prod.env
# Подключаемся к сети NPM (уточнить название у девопса Марквиз)
networks:
- npm_default
networks:
npm_default:
external: true