add docker dependencies
This commit is contained in:
		@ -32,7 +32,7 @@ services:
 | 
			
		||||
      replicas: 1
 | 
			
		||||
 | 
			
		||||
  postgres:
 | 
			
		||||
    image: postgres
 | 
			
		||||
    image: postgres:16.4-alpine
 | 
			
		||||
    ports:
 | 
			
		||||
      - "5432:5432"
 | 
			
		||||
    restart: always
 | 
			
		||||
@ -56,6 +56,22 @@ services:
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./db-data/mongo:/data/db
 | 
			
		||||
 | 
			
		||||
  mailhog:
 | 
			
		||||
    image: mailhog/mailhog
 | 
			
		||||
    ports:
 | 
			
		||||
      - "1025:1025"
 | 
			
		||||
      - "8025:8025"
 | 
			
		||||
 | 
			
		||||
  rabbitmq:
 | 
			
		||||
    image: 'rabbitmq:3.13-alpine'
 | 
			
		||||
    ports:
 | 
			
		||||
      - "5672:5672"
 | 
			
		||||
    deploy:
 | 
			
		||||
      mode: replicated
 | 
			
		||||
      replicas: 1
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./db-data/rabbitmq:/var/lib/rabbitmq/
 | 
			
		||||
 | 
			
		||||
  adminer:
 | 
			
		||||
    image: adminer
 | 
			
		||||
    restart: always
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user