Volumes update to have the date in your local filesystem
This commit is contained in:
		
							parent
							
								
									789eb2cc4b
								
							
						
					
					
						commit
						de5721f6e3
					
				| @ -102,9 +102,25 @@ services: | ||||
| volumes: | ||||
|   elasticsearch-data: | ||||
|     driver: local | ||||
|     driver_opts: | ||||
|       type: 'none' | ||||
|       o: 'bind' | ||||
|       device: '${PWD}/data/elasticsearch' | ||||
|   postgresql-data: | ||||
|     driver: local | ||||
|     driver_opts: | ||||
|       type: 'none' | ||||
|       o: 'bind' | ||||
|       device: '${PWD}/data/postgresql' | ||||
|   zammad-backup: | ||||
|     driver: local | ||||
|     driver_opts: | ||||
|       type: 'none' | ||||
|       o: 'bind' | ||||
|       device: '${PWD}/data/backup' | ||||
|   zammad-data: | ||||
|     driver: local | ||||
|     driver_opts: | ||||
|       type: 'none' | ||||
|       o: 'bind' | ||||
|       device: '${PWD}/data/data' | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user