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

13 lines
276 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"