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 # image: ghcr.io/mastodon/mastodon:v4.3.3
# restart: always # restart: always
# env_file: # env_file:
- .env # - .env
- .env.production # - .env.production
- db.env # - db.env
# command: bundle exec puma -C config/puma.rb # command: bundle exec puma -C config/puma.rb
# networks: # networks:
# - traefik # - traefik
@@ -214,10 +214,10 @@ networks:
# # context: . # # context: .
# 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
- .env.production # - .env.production
- db.env # - db.env
# command: node ./streaming/index.js # command: node ./streaming/index.js
# networks: # networks:
# - traefik # - traefik
@@ -236,10 +236,10 @@ networks:
# # build: . # # build: .
# 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
- .env.production # - .env.production
- db.env # - db.env
# command: bundle exec sidekiq # command: bundle exec sidekiq
# depends_on: # depends_on:
# - db # - db