another silly mistake
This commit is contained in:
parent
bd073087ab
commit
3c2420090f
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue