fix
This commit is contained in:
parent
73cc7b2c03
commit
7ed7afbef4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user