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