use gitlab docker registry
This commit is contained in:
parent
50f7f07669
commit
1f9c36d844
4 changed files with 14 additions and 12 deletions
|
@ -16,17 +16,9 @@ http {
|
|||
# Gin initialization
|
||||
{{"{{"}}GIN_INIT{{"}}"}}
|
||||
|
||||
ssl_session_cache shared:SSL:10m;
|
||||
ssl_session_timeout 10m;
|
||||
|
||||
server {
|
||||
# List port
|
||||
listen {{"{{"}}GIN_PORT{{"}}"}} ssl;
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_certificate /etc/ssl/nginx/{{getenv "CERT_NAME" "fullchain.pem"}};
|
||||
ssl_certificate_key /etc/ssl/nginx/{{getenv "KEY_NAME" "privkey.pem"}};
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
listen {{"{{"}}GIN_PORT{{"}}"}};
|
||||
|
||||
keepalive_timeout 70;
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
s6-setuidgid redis redis-server /etc/redis.conf
|
||||
exec s6-setuidgid redis redis-server /etc/redis.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue