This repository has been archived on 2023-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2chBackAPI/docker-compose.yml
hogweed1 34a625361e
All checks were successful
continuous-integration/drone/push Build is passing
Изменил(а) на 'docker-compose.yml'
2022-12-09 10:31:45 -05:00

18 lines
372 B
YAML

version: '3.1'
services:
dvachBackAPI:
image: dvach-back-api:latest
container_name: dvach-api
build:
context: /usr/share/2chBackAPI
dockerfile: Dockerfile
restart: always
ports:
- "5000:80"
logging:
driver: "gelf"
options:
gelf-address: "udp://graylog.vdk2ch.ru:12201"
tag: "backend-logs"