добавил nginx

This commit is contained in:
Данил 2024-10-18 20:51:41 +03:00
parent a101eb7c1f
commit d0b7182462
2 changed files with 41 additions and 0 deletions

View file

@ -1,4 +1,15 @@
services:
nginx:
image: nginx:latest
ports:
- '80:80'
- '443:443'
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./CertSSL:/etc/nginx/ssl
depends_on:
- starlio-web
starlio-web:
build: .
ports: