mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-03-04 06:51:24 +03:00
добавил nginx
This commit is contained in:
parent
a101eb7c1f
commit
d0b7182462
2 changed files with 41 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue