diff --git a/docker-compose.yml b/docker-compose.yml index 8bf2dc1..4551f2d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -81,8 +81,10 @@ services: - ./public/system:/mastodon/public/system streaming: - build: . - image: git.solarpunk.moe/solarpunk/mastodon:${MASTO_VERSION} + build: + context: . + dockerfile: streaming/Dockerfile + image: git.solarpunk.moe/solarpunk/mastodon-streaming:${MASTO_VERSION} restart: always env_file: .env.production command: node ./streaming