mirror of
https://github.com/Redume/Shirino.git
synced 2025-02-04 09:58:57 +03:00
17 lines
No EOL
310 B
YAML
17 lines
No EOL
310 B
YAML
services:
|
|
shirino:
|
|
build: .
|
|
image: ghcr.io/shirino/shirino:latest
|
|
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 |