Files
lms-it-oms/docker-compose.yml

26 lines
754 B
YAML
Raw 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.
# Управление ИТ (ОМС) — система дистанционного обучения
# Серверная часть и БД будут добавлены после размещения HTML-контента
version: "3.9"
services:
# Заглушка: после добавления backend и БД здесь появятся app и db
# app:
# build: .
# ports:
# - "8000:8000"
# env_file: .env
# depends_on:
# - db
# db:
# image: postgres:15-alpine
# environment:
# POSTGRES_DB: ${POSTGRES_DB}
# POSTGRES_USER: ${POSTGRES_USER}
# POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
# volumes:
# - lms_it_oms_data:/var/lib/postgresql/data
# volumes:
# lms_it_oms_data: