add restart
This commit is contained in:
parent
5da87b8e2a
commit
ac83759679
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@ version: '3.8'
|
||||||
services:
|
services:
|
||||||
scraper:
|
scraper:
|
||||||
container_name: g4media-scraper
|
container_name: g4media-scraper
|
||||||
|
restart: always
|
||||||
image: metonymy/scrapper
|
image: metonymy/scrapper
|
||||||
environment:
|
environment:
|
||||||
RUST_LOG: info
|
RUST_LOG: info
|
||||||
|
@ -12,6 +13,7 @@ services:
|
||||||
- "posts::g4media"
|
- "posts::g4media"
|
||||||
bluesky-bot:
|
bluesky-bot:
|
||||||
container_name: bluesky-bot-1
|
container_name: bluesky-bot-1
|
||||||
|
restart: always
|
||||||
image: metonymy/bot
|
image: metonymy/bot
|
||||||
environment:
|
environment:
|
||||||
RUST_LOG: info
|
RUST_LOG: info
|
||||||
|
@ -31,6 +33,7 @@ services:
|
||||||
- "REPLACE-ME"
|
- "REPLACE-ME"
|
||||||
mastodon-bot:
|
mastodon-bot:
|
||||||
container_name: mastodon-bot-1
|
container_name: mastodon-bot-1
|
||||||
|
restart: always
|
||||||
image: metonymy/bot
|
image: metonymy/bot
|
||||||
environment:
|
environment:
|
||||||
RUST_LOG: info
|
RUST_LOG: info
|
||||||
|
|
Loading…
Reference in a new issue