From bdeef904c6914aa6617013d18894bd49e3bb8f3e Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 31 Jan 2025 12:32:11 +0100 Subject: [PATCH] fixed broken video link in markdown. merged @neda CI --- mastodon/docker-compose.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 3bdbc47..1022534 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -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