Revert "добавил nginx"
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This reverts commit d0b71824
This commit is contained in:
Данил 2024-10-19 09:04:43 +03:00
parent bd28738686
commit 0d2c5c4b8d
2 changed files with 0 additions and 42 deletions

View file

@ -1,15 +1,4 @@
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: