feat: Выполнил практическое задание по DevOps

This commit is contained in:
2026-08-17 03:06:32 +03:00
commit d1ca831865
16 changed files with 689 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
nginx:
image: simbir-nginx:1.29.6
build:
context: .
dockerfile: Dockerfile
ports:
- "80:8080"
- "443:8443"
restart: "unless-stopped"
container_name: nginx
volumes:
- /opt/nginx/ssl:/etc/nginx/ssl:ro