We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6955e5a commit a559facCopy full SHA for a559fac
lib/templates/deploy/docker-split/compose.yaml.gerb
@@ -22,7 +22,7 @@ x-defaults: &defaults
22
- RODBOT_RELAY_URL_[%= name.upcase %]=tcp://relay-[%= name %]
23
[% end -%]
24
- PRODUCTION_CREDENTIALS_KEY
25
- restart: "unless-stopped"
+ restart: "always"
26
27
services:
28
app:
lib/templates/deploy/docker/compose.yaml.gerb
@@ -17,7 +17,7 @@ x-defaults: &defaults
17
environment:
18
- RODBOT_APP_HOST=0.0.0.0
19
20
21
rodbot:
0 commit comments