Files
DFWebOS-Apps/web-1c/docker-compose.yml

24 lines
757 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.
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: web-1c_server_1
APP_PORT: 80
PROXY_AUTH_ADD: "false"
server:
build:
context: ./build
dockerfile: Dockerfile
image: dfwebos/apache-1c:8.3.23.1912
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/vrd/default.vrd:/usr/local/apache2/htdocs/BuhBase/default.vrd:ro
# Раскомментируйте и пропишите адрес(а) сервера(ов) 1С:Предприятие в локальной сети,
# если в default.vrd используется DNS-имя, не разрешаемое в DFWebOS.
# extra_hosts:
# - "Serv1C:192.168.1.15"
# - "srv-1c:192.168.10.195"