unicheckbot/docker-compose-api.yml

11 lines
171 B
YAML
Raw Normal View History

2021-01-04 21:11:15 +03:00
version: "3.3"
services:
api:
build:
context: ./apps
dockerfile: Dockerfile-api
2021-01-05 23:52:53 +03:00
env_file:
- api.env
2021-01-04 21:11:15 +03:00
ports:
2021-01-07 10:59:54 +03:00
- ${APP_PORT}:${APP_PORT}