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
hogweed1 2b26ea87b6
All checks were successful
continuous-integration/drone/push Build is passing
Изменил(а) на 'docker-compose.yml'
2022-12-09 10:24:18 -05:00

14 lines
308 B
YAML

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"