firedial / midas-bocchi

0 stars 0 forks source link

rikka 起動時にもろもろコマンドを自動で実行させたい #27

Closed firedial closed 3 weeks ago

firedial commented 1 year ago

NAS に接続するのと crontab 設定コマンド。 https://github.com/firedial/midas-bocchi/blob/main/rikka/init/init.sh

コンテナ外で実行させるコマンド。 https://github.com/firedial/midas-bocchi/blob/main/rikka/button/backup.py#L7

firedial commented 1 year ago

ラズパイ起動時に、自動的にコンテナ起動もしたい。

firedial commented 1 year ago

https://github.com/firedial/midas-bocchi/blob/main/docker-compose-product.yml#L3

konata に restart を入れればよさそう。

firedial commented 1 year ago

不要な環境変数も消したい

firedial commented 1 year ago

本番用のリポジトリ作ってもよさげ

firedial commented 1 year ago

各コンテナに対して、本番用の dockerfile を作って、ソースコードごとイメージに載せる

firedial commented 1 year ago

コンテナ内がルートユーザになっているので直したい

firedial commented 1 year ago

NAS に接続するのと crontab 設定コマンド -> 対応完 ラズパイ起動時に、自動的にコンテナ起動もしたい -> 対応完 不要な環境変数も消したい -> 必要だったのでそのまま 本番用のリポジトリ作ってもよさげ -> 作った(https://github.com/firedial/midas-bocchi-production) 各コンテナに対して、本番用の dockerfile を作って、ソースコードごとイメージに載せる -> 必要なものは作った

コンテナ外で実行させるコマンド -> 未 コンテナ内がルートユーザになっているので直したい -> 未

firedial commented 3 weeks ago

コンテナ外で実行させるコマンド -> 未

https://github.com/firedial/midas-bocchi-production/pull/10 こちらで対応。

firedial commented 3 weeks ago

コンテナ内がルートユーザになっているので直したい -> 未

こっちで対応する。 https://github.com/firedial/midas-bocchi/issues/64