Merge pull request #223 from OktopUSP/dev

fix(mongo): docker data map to local volume | closes #220
This commit is contained in:
Leandro Antônio Farias Machado 2024-04-09 01:25:24 -03:00 committed by GitHub
commit be80e19ef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,4 @@
portainer_data/*
!portainer_data/.gitkeep
!portainer_data/.gitkeep
mongo_data/*
!mongo_data/.gitkeep

View File

@ -39,6 +39,8 @@ services:
networks:
usp_network:
ipv4_address: 172.16.235.4
volumes:
- ./mongo_data:/data/db
profiles: [controller,adapter]
redis:

View File