python-server-api / docker-compose.yml
Aleksandr Filippov
Added fake comments api endpoint
38b0254
raw
history blame contribute delete
154 Bytes
version: "3.9"
services:
app:
build:
context: .
target: base
volumes:
- ./:/app
ports:
- ${EXTERNAL_HTTP_PORT}:7860