This repository has been archived on 2024-09-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arimelody.me-static/docker-compose-example.yml

13 lines
292 B
YAML
Raw Normal View History

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