This repository has been archived on 2023-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
Angular_App/docker-compose.yml

14 lines
308 B
YAML
Raw Permalink Normal View History

2022-10-20 02:59:49 +10:00
version: "3.7"
services:
angular-service:
container_name: ng-dvach
build: .
ports:
- "4200:4200"
restart: always
logging:
driver: "gelf"
options:
gelf-address: "udp://graylog.vdk2ch.ru:12201"
tag: "angular-logs"