adding mastodon
This commit is contained in:
+11
-11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user