adding mastodon

This commit is contained in:
msnie
2025-01-31 14:45:22 +01:00
parent dd59fdb75c
commit 63f6ed5919
+11 -11
View File
@@ -188,9 +188,9 @@ networks:
# image: ghcr.io/mastodon/mastodon:v4.3.3
# restart: always
# env_file:
- .env
- .env.production
- db.env
# - .env
# - .env.production
# - db.env
# command: bundle exec puma -C config/puma.rb
# networks:
# - traefik
@@ -214,10 +214,10 @@ networks:
# # context: .
# image: ghcr.io/mastodon/mastodon-streaming:v4.3.3
# restart: always
# env_file:
- .env
- .env.production
- db.env
# # env_file:
# - .env
# - .env.production
# - db.env
# command: node ./streaming/index.js
# networks:
# - traefik
@@ -236,10 +236,10 @@ networks:
# # build: .
# image: ghcr.io/mastodon/mastodon:v4.3.3
# restart: always
# env_file:
- .env
- .env.production
- db.env
# # env_file:
# - .env
# - .env.production
# - db.env
# command: bundle exec sidekiq
# depends_on:
# - db