mirror of
https://github.com/Redume/Shirino.git
synced 2025-03-14 18:37:51 +03:00
chore: Add nginx
This commit is contained in:
parent
380b4cba1f
commit
df8fae1d7f
2 changed files with 42 additions and 1 deletions
|
@ -2,4 +2,16 @@ services:
|
|||
shirino:
|
||||
build: .
|
||||
image: ghcr.io/shirino/shirino:latest
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- '80:80'
|
||||
- '443:443'
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./CertSSL:/etc/nginx/ssl
|
||||
|
||||
volumes:
|
||||
shirino:
|
||||
driver: locale
|
Loading…
Add table
Add a link
Reference in a new issue