Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hako の /pipe に入れるときの特別処理 #2

Open
yassi-github opened this issue May 9, 2022 · 0 comments
Open

hako の /pipe に入れるときの特別処理 #2

yassi-github opened this issue May 9, 2022 · 0 comments

Comments

@yassi-github
Copy link
Collaborator

  • dockerfile の shell を ENTRYPOINT にする
  • runscはホスト側に入れる
  • nginx conf で、ssl関連の設定を無効にして、hakoからのアクセスを生ipで受けるための設定(例のパワポ参照)を書き加える
  • static 以下のファイルに書かれている アクセスpath に /pipe prefixを追加する
  • main.py の app インスタンスを作っているところで root_path="/pipe", の行を追加する
  • systemd unit file を書くときはこのようにする:
[Unit]
Description=s-progress docker compose wrapper

[Service]
Type=simple
WorkingDirectory=/home/ysaigusa/enbicutter
Environment=PWD=/home/ysaigusa/enbicutter
ExecStart=/usr/local/bin/docker-compose up
ExecStop=/usr/local/bin/docker-compose down
Restart=always
User=ysaigusa

[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant