This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
arimelody.me-static/docker-compose-example.yml

13 lines
282 B
YAML
Raw Normal View History

2023-10-02 05:30:54 +00:00
version: '3.9'
services:
web:
build: .
2023-10-02 05:33:21 +00:00
image: arimelody
container_name: arimelody
2023-10-02 05:30:54 +00:00
ports:
- 443:443
volumes:
- ./certs/arimelody.crt:/etc/nginx/ssl/arimelody.crt
- ./certs/arimelody.key:/etc/nginx/ssl/arimelody.key
restart: unless-stopped