update dockerfile and .gitignore

This commit is contained in:
Erik Stambaugh 2025-10-31 15:18:43 -07:00
parent a82011fd90
commit 52d7070526
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -81,3 +81,4 @@ phanpy
*storybook.log
storybook-static
backup

View file

@ -88,8 +88,8 @@ services:
container_name: mastodon_streaming
# You can uncomment the following lines if you want to not use the prebuilt image, for example if you have local code changes
build:
# dockerfile: ./streaming/Dockerfile
# context: .
dockerfile: ./streaming/Dockerfile
context: .
#image: ghcr.io/mastodon/mastodon-streaming:v4.4.8
image: teh_mastodon_streaming
restart: always