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
|
- ./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
|
||||||
|
|
Loading…
Reference in a new issue