This commit is contained in:
msnie
2025-02-02 20:40:25 +01:00
parent 71d2a22f0d
commit fccfc4f7e5
+8 -8
View File
@@ -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: