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