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
Simple_Not 6849892075
All checks were successful
continuous-integration/drone/push Build is passing
cors?
2023-06-20 13:05:22 +10:00

18 lines
382 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"