1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2025-01-04 17:29:28 +06:00
parent 91ed873226
commit 5155db5f29
2 changed files with 2 additions and 38 deletions

View File

@@ -2,16 +2,11 @@ version: '3.8'
services:
nginx:
build:
context: .
dockerfile: docker/nginx/Dockerfile
image: nginx:alpine
ports:
- "80:80"
- "443:443"
volumes:
- ./docker/nginx:/etc/nginx/conf.d
- ./letsencrypt:/etc/letsencrypt
- ./certbot-www:/var/www/certbot
depends_on:
- frontend
- backend