Change network in docker-compose(api, mongo and redis), add mongo-express and rebrow, tools for maintenance and visualize data

This commit is contained in:
Helio Elias
2023-07-14 17:35:42 +00:00
parent 3fcbf458b6
commit 4453dff36d
4 changed files with 36 additions and 21 deletions

View File

@@ -1,9 +1,5 @@
version: '3.3'
networks:
evolution-net:
driver: bridge
services:
api:
container_name: evolution_api
@@ -17,11 +13,13 @@ services:
env_file:
- ./Docker/.env
command: ['node', './dist/src/main.js']
networks:
- evolution-net
expose:
- 8080
volumes:
evolution_instances:
evolution_store:
evolution_store:
networks:
default:
name: evolution-net