Shirino/docker-compose.yaml

20 lines
360 B
YAML
Raw Normal View History

2024-09-28 15:16:52 +03:00
services:
shirino:
build: .
2024-09-28 15:16:52 +03:00
image: ghcr.io/shirino/shirino:latest
2025-01-08 13:55:33 +03:00
restart: unless-stopped
volumes:
- './config.yaml:/config.yaml'
2025-01-08 13:55:33 +03:00
nginx:
image: nginx:latest
ports:
- '80:80'
- '443:443'
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./CertSSL:/etc/nginx/ssl
volumes:
shirino:
driver: local