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
root 7729cae185
All checks were successful
continuous-integration/drone/push Build is passing
docker compose added
2022-10-17 22:34:06 -04:00

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