publish port
This commit is contained in:
parent
0690dcc29a
commit
62f2d28e1d
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
name: app_mastodon
|
name: app_mastodon
|
||||||
image: "tootsuite/mastodon"
|
image: "tootsuite/mastodon"
|
||||||
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
||||||
|
publish:
|
||||||
|
- 3000:3000
|
||||||
restart_policy: on-failure
|
restart_policy: on-failure
|
||||||
|
|
||||||
- name: Deploy Sidekiq container
|
- name: Deploy Sidekiq container
|
||||||
|
|
Loading…
Reference in a new issue