another silly mistake

This commit is contained in:
Vivianne 2024-07-04 14:24:16 -04:00
parent bd073087ab
commit 3c2420090f

View file

@ -81,8 +81,10 @@ services:
- ./public/system:/mastodon/public/system - ./public/system:/mastodon/public/system
streaming: streaming:
build: . build:
image: git.solarpunk.moe/solarpunk/mastodon:${MASTO_VERSION} context: .
dockerfile: streaming/Dockerfile
image: git.solarpunk.moe/solarpunk/mastodon-streaming:${MASTO_VERSION}
restart: always restart: always
env_file: .env.production env_file: .env.production
command: node ./streaming command: node ./streaming