mirror of
https://github.com/Redume/Shirino.git
synced 2025-04-02 18:57:34 +03:00
20 lines
No EOL
335 B
YAML
20 lines
No EOL
335 B
YAML
services:
|
|
shirino:
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- './config.yaml:/config.yaml'
|
|
|
|
nginx:
|
|
image: nginx:latest
|
|
ports:
|
|
- '80:80'
|
|
- '443:443'
|
|
volumes:
|
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
|
- ./CertSSL:/etc/nginx/ssl
|
|
|
|
volumes:
|
|
shirino:
|
|
driver: local |