mirror of
https://github.com/catspace-dev/unicheckbot.git
synced 2024-11-25 07:13:44 +03:00
11 lines
167 B
YAML
11 lines
167 B
YAML
version: "3.3"
|
|
services:
|
|
api:
|
|
build:
|
|
context: ./apps
|
|
dockerfile: Dockerfile-api
|
|
env_file:
|
|
- api.env
|
|
ports:
|
|
- "0.0.0.0:8080:8080"
|