master #38

Merged
emmatveev merged 14 commits from master into prod 2024-12-08 19:57:42 +03:00
2 changed files with 0 additions and 6 deletions
Showing only changes of commit 7ed7afbef4 - Show all commits

View File

@ -22,7 +22,6 @@ services:
networks:
- configurator
- queues-development
- locks-development
environment:
STAGE: "development"
command: mailbox
@ -39,5 +38,3 @@ networks:
external: true
queues-development:
external: true
locks-development:
external: true

View File

@ -22,7 +22,6 @@ services:
networks:
- configurator
- queues
- locks
environment:
STAGE: "production"
command: mailbox
@ -39,5 +38,3 @@ networks:
external: true
queues:
external: true
locks:
external: true