File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,17 @@ accessories:
104
104
- " /tmp/migration_data/db_migration_data.csv:/rails/db/data/db_migration_data.csv:ro"
105
105
# Mount the SAME storage volume as the main app to access the database
106
106
- " telegram_spam_sniper_bot_storage:/rails/storage"
107
+ exporter :
108
+ host : 192.168.1.188
109
+ image : samrayleung/telegram_spam_sniper_bot
110
+ cmd : bin/rails export:trained_messages RAILS_ENV=production
111
+ env :
112
+ secret :
113
+ - RAILS_MASTER_KEY
114
+ volumes :
115
+ - " /tmp/migration_data:/rails/db/data"
116
+ # Mount the SAME storage volume as the main app to access the database
117
+ - " telegram_spam_sniper_bot_storage:/rails/storage"
107
118
backfiller :
108
119
host : 192.168.1.188
109
120
image : samrayleung/telegram_spam_sniper_bot
You can’t perform that action at this time.
0 commit comments