mastodon
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
# env_file: db.env
|
||||
env_file:
|
||||
- .env
|
||||
- .env.production
|
||||
- ./.env.production
|
||||
- db.env
|
||||
environment:
|
||||
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
networks:
|
||||
- internal_network
|
||||
env_file:
|
||||
- .env.production
|
||||
- ./.env.production
|
||||
healthcheck:
|
||||
test: ['CMD', 'redis-cli', 'ping']
|
||||
# environment:
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
# - db.env
|
||||
env_file:
|
||||
# - .env
|
||||
- .env.production
|
||||
- ./.env.production
|
||||
# - db.env
|
||||
# ports:
|
||||
# - 3000:3000
|
||||
@@ -93,7 +93,7 @@ services:
|
||||
# - db.env
|
||||
env_file:
|
||||
# - .env
|
||||
- .env.production
|
||||
- ./.env.production
|
||||
# - db.env
|
||||
command: node ./streaming/index.js
|
||||
environment:
|
||||
@@ -129,7 +129,7 @@ services:
|
||||
restart: always
|
||||
env_file:
|
||||
# - .env
|
||||
- .env.production
|
||||
- ./.env.production
|
||||
# - db.env
|
||||
command: bundle exec sidekiq
|
||||
depends_on:
|
||||
@@ -219,7 +219,7 @@ networks:
|
||||
# restart: always
|
||||
# env_file:
|
||||
# - .env
|
||||
# - .env.production
|
||||
# - ./.env.production
|
||||
# - db.env
|
||||
# command: bundle exec puma -C config/puma.rb
|
||||
# networks:
|
||||
@@ -246,7 +246,7 @@ networks:
|
||||
# restart: always
|
||||
# # env_file:
|
||||
# - .env
|
||||
# - .env.production
|
||||
# - ./.env.production
|
||||
# - db.env
|
||||
# command: node ./streaming/index.js
|
||||
# networks:
|
||||
@@ -268,7 +268,7 @@ networks:
|
||||
# restart: always
|
||||
# # env_file:
|
||||
# - .env
|
||||
# - .env.production
|
||||
# - ./.env.production
|
||||
# - db.env
|
||||
# command: bundle exec sidekiq
|
||||
# depends_on:
|
||||
|
||||
Reference in New Issue
Block a user