mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-10 16:36:32 +03:00
11 lines
171 B
YAML
11 lines
171 B
YAML
version: "3.3"
|
|
services:
|
|
api:
|
|
build:
|
|
context: ./apps
|
|
dockerfile: Dockerfile-api
|
|
env_file:
|
|
- api.env
|
|
ports:
|
|
- ${APP_PORT}:${APP_PORT}
|