mastodon
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
# env_file: db.env
|
# env_file: db.env
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
- .env.production
|
- ./.env.production
|
||||||
- db.env
|
- db.env
|
||||||
environment:
|
environment:
|
||||||
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
||||||
@@ -24,7 +24,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal_network
|
- internal_network
|
||||||
env_file:
|
env_file:
|
||||||
- .env.production
|
- ./.env.production
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD', 'redis-cli', 'ping']
|
test: ['CMD', 'redis-cli', 'ping']
|
||||||
# environment:
|
# environment:
|
||||||
@@ -40,7 +40,7 @@ services:
|
|||||||
# - db.env
|
# - db.env
|
||||||
env_file:
|
env_file:
|
||||||
# - .env
|
# - .env
|
||||||
- .env.production
|
- ./.env.production
|
||||||
# - db.env
|
# - db.env
|
||||||
# ports:
|
# ports:
|
||||||
# - 3000:3000
|
# - 3000:3000
|
||||||
@@ -93,7 +93,7 @@ services:
|
|||||||
# - db.env
|
# - db.env
|
||||||
env_file:
|
env_file:
|
||||||
# - .env
|
# - .env
|
||||||
- .env.production
|
- ./.env.production
|
||||||
# - db.env
|
# - db.env
|
||||||
command: node ./streaming/index.js
|
command: node ./streaming/index.js
|
||||||
environment:
|
environment:
|
||||||
@@ -129,7 +129,7 @@ services:
|
|||||||
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:
|
||||||
@@ -219,7 +219,7 @@ networks:
|
|||||||
# 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:
|
||||||
@@ -246,7 +246,7 @@ networks:
|
|||||||
# 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:
|
||||||
@@ -268,7 +268,7 @@ networks:
|
|||||||
# 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user