Shirino/docker-compose.yaml
2025-01-08 13:55:33 +03:00

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