Skip to content

Commit

Permalink
dev -> prod
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Oct 20, 2023
1 parent 22d0a8e commit 2063c2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ services:
env_file:
- ./.env.proc
depends_on:
mongodb-dev:
mongodb-p:
condition: service_healthy
neo4j-dev:
neo4j-prod:
condition: service_healthy
rabbitmq-dev:
rabbitmq-prod:
condition: service_healthy
networks:
- production
Expand All @@ -172,11 +172,11 @@ services:
env_file:
- ./.env.bot.proc
depends_on:
mongodb-dev:
mongodb-prod:
condition: service_healthy
redis-discord-bot-dev:
redis-discord-bot-prod:
condition: service_healthy
rabbitmq-dev:
rabbitmq-prod:
condition: service_healthy
networks:
- production
Expand Down

0 comments on commit 2063c2b

Please sign in to comment.