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 30ecde0fbe
All checks were successful
continuous-integration/drone/push Build is passing
tests end
2022-10-18 13:05:11 +10:00

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