mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-25 04:22:28 +01:00
Move to correct container
This commit is contained in:
parent
e9b6ab8902
commit
36f4e95cfa
@ -1,3 +1,4 @@
|
|||||||
|
HTTPS_METHOD=noredirect
|
||||||
LETSENCRYPT_EMAIL=foo@bar.com
|
LETSENCRYPT_EMAIL=foo@bar.com
|
||||||
LETSENCRYPT_HOST=example.com,www.example.com
|
LETSENCRYPT_HOST=example.com,www.example.com
|
||||||
RACK_ENV=production
|
RACK_ENV=production
|
||||||
|
@ -8,8 +8,6 @@ services:
|
|||||||
scheduler:
|
scheduler:
|
||||||
restart: always
|
restart: always
|
||||||
nginx-proxy:
|
nginx-proxy:
|
||||||
environment:
|
|
||||||
HTTPS_METHOD: noredirect
|
|
||||||
labels:
|
labels:
|
||||||
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true"
|
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true"
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user