Fix #50: Remove custom network *completely* from Infisical docker-compose (#52)
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m14s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m14s
				
			Reviewed-on: #52
This commit is contained in:
		| @@ -9,8 +9,6 @@ services: | ||||
|     env_file: .env | ||||
|     command: npm run migration:latest | ||||
|     pull_policy: always | ||||
|     networks: | ||||
|       - infisical | ||||
|  | ||||
|   backend: | ||||
|     restart: unless-stopped | ||||
| @@ -45,8 +43,6 @@ services: | ||||
|     env_file: .env | ||||
|     volumes: | ||||
|       - /mnt/nvme/pg_data:/var/lib/postgresql/data | ||||
|     networks: | ||||
|       - infisical | ||||
|     healthcheck: | ||||
|       test: "pg_isready --username=${POSTGRES_USER} && psql --username=${POSTGRES_USER} --list" | ||||
|       interval: 5s | ||||
|   | ||||
		Reference in New Issue
	
	Block a user