fixed broken video link in markdown. merged @neda CI
This commit is contained in:
@@ -28,9 +28,10 @@ services:
|
||||
web:
|
||||
image: ghcr.io/mastodon/mastodon:v4.3.3
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
- db.env
|
||||
# env_file:
|
||||
# - .env
|
||||
# - db.env
|
||||
env_file: .env.production
|
||||
ports:
|
||||
- 3344:3000
|
||||
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3344"
|
||||
@@ -55,9 +56,10 @@ services:
|
||||
streaming:
|
||||
image: ghcr.io/mastodon/mastodon-streaming:v4.3.3
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
- db.env
|
||||
# env_file:
|
||||
# - .env
|
||||
# - db.env
|
||||
env_file: .env.production
|
||||
command: node ./streaming
|
||||
ports:
|
||||
- 4433:4000
|
||||
|
||||
Reference in New Issue
Block a user