fixed broken video link in markdown. merged @neda CI

This commit is contained in:
msnie
2025-01-31 12:32:11 +01:00
parent 3803526f0e
commit bdeef904c6
+8 -6
View File
@@ -28,9 +28,10 @@ services:
web: web:
image: ghcr.io/mastodon/mastodon:v4.3.3 image: ghcr.io/mastodon/mastodon:v4.3.3
restart: always restart: always
env_file: # env_file:
- .env # - .env
- db.env # - db.env
env_file: .env.production
ports: ports:
- 3344:3000 - 3344:3000
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3344" command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3344"
@@ -55,9 +56,10 @@ services:
streaming: streaming:
image: ghcr.io/mastodon/mastodon-streaming:v4.3.3 image: ghcr.io/mastodon/mastodon-streaming:v4.3.3
restart: always restart: always
env_file: # env_file:
- .env # - .env
- db.env # - db.env
env_file: .env.production
command: node ./streaming command: node ./streaming
ports: ports:
- 4433:4000 - 4433:4000