publish port

This commit is contained in:
Antonio J. Delgado 2022-11-19 13:23:09 +02:00
parent 0690dcc29a
commit 62f2d28e1d

View file

@ -20,6 +20,8 @@
name: app_mastodon
image: "tootsuite/mastodon"
command: bundle exec rails s -p 3000 -b '0.0.0.0'
publish:
- 3000:3000
restart_policy: on-failure
- name: Deploy Sidekiq container