feat: updated docker-compose volumes
This commit is contained in:
		| @@ -17,18 +17,22 @@ services: | |||||||
|       - redis |       - redis | ||||||
|     networks: |     networks: | ||||||
|       - thalos-net |       - thalos-net | ||||||
|  |     volumes: | ||||||
|  |       - /mnt/data-media/agilewebs/api/thalos:/app/data | ||||||
|  |  | ||||||
|   mongodb: |   mongodb: | ||||||
|     image: mongo:7 |     image: mongo:7 | ||||||
|     container_name: thalos-mongodb |     container_name: thalos-mongodb | ||||||
|     volumes: |     volumes: | ||||||
|       - mongo-data:/data/db |       - /mnt/data-media/agilewebs/api/thalos/mongodb:/data/db | ||||||
|     networks: |     networks: | ||||||
|       - thalos-net |       - thalos-net | ||||||
|  |  | ||||||
|   redis: |   redis: | ||||||
|     image: redis:7 |     image: redis:7 | ||||||
|     container_name: thalos-redis |     container_name: thalos-redis | ||||||
|  |     volumes: | ||||||
|  |       - /mnt/data-media/agilewebs/api/thalos/redis:/data | ||||||
|     networks: |     networks: | ||||||
|       - thalos-net |       - thalos-net | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Efrain Marin
					Efrain Marin