feat(app): add ssl
This commit is contained in:
parent
18a15dd4bb
commit
aef446c540
@ -39,8 +39,11 @@ services:
|
||||
container_name: arkids-nginx-production
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./arkids-nginx/configs/nginx.conf.prod:/etc/nginx/conf.d/default.conf
|
||||
- ./arkids-nginx/ssl/arkids.ru.crt:/etc/nginx/ssl/arkids.ru.crt
|
||||
- ./arkids-nginx/ssl/arkids.ru.key:/etc/nginx/ssl/arkids.ru.key
|
||||
networks:
|
||||
- arkids-network
|
||||
depends_on:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user