mirror of
https://github.com/Redume/Shirino.git
synced 2025-05-19 02:05:26 +01:00
22 lines
No EOL
376 B
YAML
22 lines
No EOL
376 B
YAML
services:
|
|
shirino:
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- './config.yaml:/config.yaml'
|
|
- 'shirino-db:/data'
|
|
|
|
nginx:
|
|
image: nginx:latest
|
|
ports:
|
|
- '80:80'
|
|
- '443:443'
|
|
volumes:
|
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
|
- ./CertSSL:/etc/nginx/ssl
|
|
|
|
volumes:
|
|
shirino:
|
|
driver: local
|
|
shirino-db: |