first commit! 🎉
This commit is contained in:
commit
c927d9490e
10 changed files with 1229 additions and 0 deletions
12
docker-compose-example.yml
Normal file
12
docker-compose-example.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Reference in a new issue