Попытка сделать первые образы

This commit is contained in:
2025-03-29 10:09:49 +05:00
parent f8e504bb07
commit 689b8dea7c
3 changed files with 49 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: '3.8'
services:
cpp_opds:
build:
context: .
dockerfile: Dockerfile
image: cpp_opds:latest
container_name: cpp_opds
ports:
- "8000:80"
volumes:
- .:/app
environment:
- ENV_VAR=value
restart: unless-stopped