Add initial Docker configuration and documentation setup

This commit is contained in:
Илья Глазунов
2025-12-05 13:21:33 +03:00
parent 1f25033d2d
commit 94e699549d
4 changed files with 69 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3.8'
services:
pyserve-docs:
build:
context: .
dockerfile: Dockerfile
container_name: pyserve-docs
networks:
- pyserve_pyserve-network
restart: unless-stopped
networks:
pyserve_pyserve-network:
external: true